shithub: cstory

Download patch

ref: 8d6c449482091663483f7b16814293919af688fb
parent: e33bd9c8f96394a89cd82c24c1db8b87009d324f
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sun Jan 26 08:35:47 EST 2020

Catch an entry parameter list I missed

--- a/src/Game.cpp
+++ b/src/Game.cpp
@@ -110,7 +110,7 @@
 	}
 }
 
-int ModeOpening()
+int ModeOpening(void)
 {
 	int frame_x;
 	int frame_y;
--