fix last commit, debugmenu options

This commit is contained in:
Fire-Head
2021-01-08 23:55:13 +03:00
parent 39a121351d
commit 02f6ed7da3
3 changed files with 26 additions and 14 deletions

View File

@@ -21,13 +21,13 @@ uint8 CDraw::FadeGreen;
uint8 CDraw::FadeBlue;
#ifdef PROPER_SCALING
int32 CDraw::ms_bProperScaling = true;
bool CDraw::ms_bProperScaling = true;
#endif
#ifdef FIX_RADAR
bool CDraw::ms_bFixRadar = true;
#endif
#ifdef FIX_SPRITES
int32 CDraw::ms_bFixRadar = true;
#endif
#ifdef FIX_RADAR
int32 CDraw::ms_bFixSprites = true;
bool CDraw::ms_bFixSprites = true;
#endif
float