diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-08-13 14:54:12 +0700 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-08-13 14:54:12 +0700 |
| commit | f69f7e5fd144e55dd46f33b13b1d9c6af74c5ab7 (patch) | |
| tree | 9cd816041b34f1c64c8e280b1b41a814880d8a39 /src/GameDraw.cpp | |
| parent | dadd0ef972f6814b20602a93412773cbceefd900 (diff) | |
| download | blackshades-f69f7e5fd144e55dd46f33b13b1d9c6af74c5ab7.tar.gz | |
Extern C eventLoop
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]; |
