Skip to content

Commit

Permalink
Merge pull request #77017 from Faalagorn/patch-1
Browse files Browse the repository at this point in the history
Fix game not compiling on GCC
  • Loading branch information
Maleclypse authored Oct 14, 2024
2 parents 7d4507a + 568dad8 commit 32eb1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debug_menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4073,9 +4073,9 @@ void debug()
if( query_yn( _( "Are you sure you want to crash the game?" ) ) ) {
if( query_yn( _( "Are you REALLY sure you want to crash the game?" ) ) ) {
static_cast<void>( raise( SIGSEGV ) );
break;
};
}
break;
case debug_menu_index::ACTIVATE_EOC: {
run_eoc_menu();
}
Expand Down

0 comments on commit 32eb1d6

Please sign in to comment.