diff options
Diffstat (limited to 'src/GameDraw.cpp')
-rw-r--r-- | src/GameDraw.cpp | 2 |
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]; |