diff --git a/system.cpp b/system.cpp index 4fc33f68..3e76980b 100644 --- a/system.cpp +++ b/system.cpp @@ -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();