mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
added hooks_initialize
This commit is contained in:
parent
721a4beddc
commit
50c6a4d366
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user