From 8d6c449482091663483f7b16814293919af688fb Mon Sep 17 00:00:00 2001 From: Clownacy Date: Sun, 26 Jan 2020 13:35:47 +0000 Subject: [PATCH] Catch an entry parameter list I missed --- src/Game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Game.cpp b/src/Game.cpp index c8b5e918..32feef26 100644 --- a/src/Game.cpp +++ b/src/Game.cpp @@ -110,7 +110,7 @@ void PutNumber4(int x, int y, int value, BOOL bZero) } } -int ModeOpening() +int ModeOpening(void) { int frame_x; int frame_y;