mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
fixed Halloween in the main menu
This commit is contained in:
parent
77f59648f0
commit
0c2870136e
@ -664,7 +664,6 @@ void showEuclideanMenu() {
|
||||
bool showstartmenu;
|
||||
|
||||
bool showHalloween() {
|
||||
if(canmove) return false;
|
||||
time_t t = time(NULL);
|
||||
struct tm tm = *localtime(&t);
|
||||
int month = tm.tm_mon + 1;
|
||||
|
Loading…
Reference in New Issue
Block a user