1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 00:17:39 +00:00

more cleanup in parameters, restartGame cleanup

This commit is contained in:
Zeno Rogue
2018-06-11 00:58:38 +02:00
parent 90573cf456
commit 98246d3066
20 changed files with 344 additions and 307 deletions

View File

@@ -365,8 +365,6 @@ void handleKeyNormal(int sym, int uni) {
if(sym == SDLK_KP5 && DEFAULTCONTROL) movepcto(-1, 1);
// if(sym == SDLK_F4) restartGameSwitchEuclid();
if(sym == SDLK_F5) {
#if CAP_DAILY
if(daily::on) daily::handleQuit(1);
@@ -374,7 +372,7 @@ void handleKeyNormal(int sym, int uni) {
#endif
if(needConfirmation())
pushScreen(showMission);
else restartGame();
else restart_game();
}
if(sym == SDLK_ESCAPE) {