mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-16 22:57:38 +00:00
fixed Halloween in the main menu
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user