1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-18 06:35:12 +00:00

further cleanup, separated multi.cpp from shmup.cpp

This commit is contained in:
Zeno Rogue
2019-08-09 23:48:28 +02:00
parent a76a5dd265
commit f723a8d419
7 changed files with 974 additions and 992 deletions

View File

@@ -534,7 +534,7 @@ EX void reset_graph_settings() {
vid.wallmode = DEFAULT_WALLMODE;
}
EX void resetModes(char leave) {
EX void resetModes(char leave IS('c')) {
while(game_active || gamestack::pushed()) {
if(game_active) stop_game();
if(gamestack::pushed()) gamestack::pop();