mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-06 01:04:07 +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 eLand firstland0;
|
||||||
|
|
||||||
|
EX purehookset hooks_initialize;
|
||||||
|
|
||||||
EX void initAll() {
|
EX void initAll() {
|
||||||
|
callhooks(hooks_initialize);
|
||||||
init_floorcolors();
|
init_floorcolors();
|
||||||
showstartmenu = true;
|
showstartmenu = true;
|
||||||
ca::init();
|
ca::init();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user