mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-17 07:07:38 +00:00
fixed modecodes for yendor and tactic despite the ls change
This commit is contained in:
@@ -1069,7 +1069,7 @@ char xcheat;
|
||||
void save_mode_data(hstream& f) {
|
||||
mapstream::save_geometry(f);
|
||||
|
||||
if(yendor::on)
|
||||
if(yendor::on || tactic::on)
|
||||
f.write<char>(0);
|
||||
else
|
||||
f.write<char>(land_structure);
|
||||
|
Reference in New Issue
Block a user