add option to disable Ep3 infinite meseta

This commit is contained in:
Martin Michelsen
2023-08-30 18:45:04 -07:00
parent eab453413e
commit 50ded155ed
6 changed files with 16 additions and 5 deletions
+1
View File
@@ -26,6 +26,7 @@ ServerState::ServerState(const char* config_filename, bool is_replay)
drops_enabled(true),
episode_3_send_function_call_enabled(false),
catch_handler_exceptions(true),
ep3_infinite_meseta(true),
ep3_behavior_flags(0),
run_shell_behavior(RunShellBehavior::DEFAULT),
cheat_mode_behavior(CheatModeBehavior::OFF_BY_DEFAULT),