casual mode

This commit is contained in:
Zeno Rogue
2021-06-01 13:07:36 +02:00
parent 7fc91b1eaf
commit b65e5f603f
8 changed files with 101 additions and 36 deletions
+3
View File
@@ -1085,6 +1085,9 @@ void save_mode_data(hstream& f) {
f.write<char>(peace::explore_other);
f.write<char>(multi::players);
f.write<char>(xcheat);
if(casual) {
f.write<char>(1);
}
}
EX modecode_t modecode(int mode) {