aboutsummaryrefslogtreecommitdiff
path: root/src/GameDraw.cpp
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-08-13 14:54:12 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-08-13 14:54:12 +0700
commitf69f7e5fd144e55dd46f33b13b1d9c6af74c5ab7 (patch)
tree9cd816041b34f1c64c8e280b1b41a814880d8a39 /src/GameDraw.cpp
parentdadd0ef972f6814b20602a93412773cbceefd900 (diff)
downloadblackshades-f69f7e5fd144e55dd46f33b13b1d9c6af74c5ab7.tar.gz
Extern C eventLoop
Diffstat (limited to 'src/GameDraw.cpp')
-rw-r--r--src/GameDraw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GameDraw.cpp b/src/GameDraw.cpp
index 925cf38..07905e6 100644
--- a/src/GameDraw.cpp
+++ b/src/GameDraw.cpp
@@ -1,7 +1,7 @@
#include "Game.h"
extern int thirdperson;
-extern double multiplier;
+extern float multiplier;
extern int nocolors;
extern int visions;
extern unsigned int gSourceID[100];