Shrink DbgVerbose to int8_t

Valid values are in [-3, 2].
This commit is contained in:
Kp 2015-12-24 04:01:26 +00:00
parent 29e305c6df
commit 63369b4dec

View file

@ -92,7 +92,7 @@ struct CArg : prohibit_void_ptr<CArg>
bool DbgGlRGBA2Ok;
#endif
uint8_t DbgBpp;
int DbgVerbose;
int8_t DbgVerbose;
int SysMaxFPS;
std::string SysMissionDir;
};