1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-07 01:03:00 +00:00

added some declarations to hyper.h

This commit is contained in:
Zeno Rogue
2018-01-14 21:21:32 +01:00
parent a1b7226837
commit 7859455bfb
3 changed files with 27 additions and 3 deletions

View File

@@ -344,7 +344,7 @@ bool inSpecialMode() {
vid.wallmode != DEFAULT_WALLMODE;
}
void resetModes(char leave = 'c') {
void resetModes(char leave) {
popAllGames();
firstland = laIce; vid.scfg.players = 1;
if(shmup::on != (leave == 's')) restartGame('s');