You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assumption_text = "We assume that the tutorial is done, and all menu items are unlocked.";
665
671
break;
666
672
}
667
673
674
+
env.console.log("change_settings_prior_to_autostory: " + assumption_text + " The index of \"Options\" in the Menu is " + std::to_string(options_index) + ".");
675
+
668
676
bool has_minimap = current_segment_num >= 2; // the minimap only shows up in segment 2 and beyond
0 commit comments