aboutsummaryrefslogtreecommitdiff
path: root/src/render/Draw.cpp
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2021-01-08 23:55:13 +0300
committerFire-Head <Fire-Head@users.noreply.github.com>2021-01-08 23:55:13 +0300
commit02f6ed7da39c06ba7c219e976150999f18a1461e (patch)
tree6b641bbf8a624973c081e3a5a6c6ebfc70bbaa37 /src/render/Draw.cpp
parent39a121351de14f193f2f4efcbaef368d80ccfba9 (diff)
fix last commit, debugmenu options
Diffstat (limited to 'src/render/Draw.cpp')
-rw-r--r--src/render/Draw.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/render/Draw.cpp b/src/render/Draw.cpp
index f2fdad27..f702f188 100644
--- a/src/render/Draw.cpp
+++ b/src/render/Draw.cpp
@@ -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_SPRITES
-int32 CDraw::ms_bFixRadar = true;
+#ifdef FIX_RADAR
+bool CDraw::ms_bFixRadar = true;
#endif
-#ifdef FIX_RADAR
-int32 CDraw::ms_bFixSprites = true;
+#ifdef FIX_SPRITES
+bool CDraw::ms_bFixSprites = true;
#endif
float