From f69f7e5fd144e55dd46f33b13b1d9c6af74c5ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Fri, 13 Aug 2021 14:54:12 +0700 Subject: Extern C eventLoop --- src/GameDraw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GameDraw.cpp') 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]; -- cgit v1.2.3