diff --git a/common/include/args.h b/common/include/args.h index 73690ec25..4d5eab28d 100644 --- a/common/include/args.h +++ b/common/include/args.h @@ -92,7 +92,7 @@ struct CArg : prohibit_void_ptr bool DbgGlRGBA2Ok; #endif uint8_t DbgBpp; - int DbgVerbose; + int8_t DbgVerbose; int SysMaxFPS; std::string SysMissionDir; };