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:
@@ -171,7 +171,7 @@ EX void initgame() {
|
||||
DEBBI(DF_INIT, ("initGame"));
|
||||
callhooks(hooks_initgame);
|
||||
|
||||
modecode();
|
||||
modecode(1);
|
||||
|
||||
if(!safety) fix_land_structure_choice();
|
||||
|
||||
|
Reference in New Issue
Block a user