1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-02 02:37:55 +00:00

do not generate modecodes without need

This commit is contained in:
Zeno Rogue
2024-06-22 02:04:34 +02:00
parent b587851f47
commit b3d3661e13
3 changed files with 7 additions and 4 deletions

View File

@@ -171,7 +171,7 @@ EX void initgame() {
DEBBI(DF_INIT, ("initGame"));
callhooks(hooks_initgame);
modecode();
modecode(1);
if(!safety) fix_land_structure_choice();