1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-26 19:37:40 +00:00

festive lights

This commit is contained in:
Zeno Rogue
2024-12-22 12:52:51 +01:00
parent 155053c9fb
commit 64f68e636a
6 changed files with 127 additions and 15 deletions

View File

@@ -1808,6 +1808,7 @@ EX void initAll() {
callhooks(hooks_initialize);
init_floorcolors();
showstartmenu = true;
festive_date = showFestive();
ca::init();
#if CAP_COMMANDLINE
arg::read(1);