mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 07:30:26 +00:00
F5 in start menu changes the daily_mode
This commit is contained in:
parent
7b3b2e0573
commit
00eb83901d
@ -868,9 +868,12 @@ EX void showStartMenu() {
|
|||||||
clearMessages();
|
clearMessages();
|
||||||
welcomeMessage();
|
welcomeMessage();
|
||||||
}
|
}
|
||||||
|
else if(sym == SDLK_F5) {
|
||||||
#if CAP_STARTANIM
|
#if CAP_STARTANIM
|
||||||
else if(sym == SDLK_F5) startanims::pick();
|
startanims::pick();
|
||||||
#endif
|
#endif
|
||||||
|
daily_mode = 0;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user