Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Commit 9bdbe25

Browse files
committed
InGameMenu: Disable unsupported menu options when in replay mode.
1 parent 085bcec commit 9bdbe25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OINGMENU.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ void InGameMenu::enter(char untilExitFlag)
8585
game_menu_option_flag[4] = 0; // disable retire
8686
}
8787

88-
if( remote.is_enable() )
88+
if( remote.is_enable() || remote.is_replay() )
8989
{
9090
// when in when in multi-player mode,
9191
game_menu_option_flag[2] = 0; // disable load game

0 commit comments

Comments
 (0)