1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-07-20 01:42:50 +00:00

official racing track no longer turns the god mode off

This commit is contained in:
Zeno Rogue 2025-05-26 09:19:47 +02:00
parent 711eb21d31
commit 5d8e0eed80

View File

@ -918,7 +918,7 @@ EX void load_official_track() {
#if CAP_EDIT
mapstream::loadMap(sf);
#endif
cheater = autocheat = 0;
cheater = 0;
official_race = true;
}