Skip to content

Commit

Permalink
Fix game not compiling on GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
Faalagorn authored Oct 13, 2024
1 parent 27e354c commit 568dad8
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 568dad8

Please sign in to comment.