mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-20 00:17:39 +00:00
further cleanup
This commit is contained in:
@@ -253,7 +253,7 @@ EX void checkpanjoy(double t) {
|
||||
|
||||
#endif
|
||||
|
||||
bool quitmainloop = false;
|
||||
EX bool quitmainloop = false;
|
||||
|
||||
EX bool doexiton(int sym, int uni) {
|
||||
if(sym == SDLK_ESCAPE) return true;
|
||||
|
Reference in New Issue
Block a user