From 50c6a4d3662c06d8caaa8ec1ae5336bdd2467e32 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 11 Apr 2020 00:42:53 +0200 Subject: [PATCH] added hooks_initialize --- system.cpp | 3 +++ 1 file changed, 3 insertions(+) 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();