1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-07-02 16:50:45 +00:00

added hooks_initialize

This commit is contained in:
Zeno Rogue
2020-04-11 00:42:53 +02:00
parent 721a4beddc
commit 50c6a4d366
+3
View File
@@ -1508,7 +1508,10 @@ EX int startseed = 0;
EX eLand firstland0;
EX purehookset hooks_initialize;
EX void initAll() {
callhooks(hooks_initialize);
init_floorcolors();
showstartmenu = true;
ca::init();