Skip to content

Commit

Permalink
fix return
Browse files Browse the repository at this point in the history
  • Loading branch information
griffi-gh committed Oct 16, 2024
1 parent 400430c commit bff01ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src/game-gui.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ game::widget_clicked(principia_wdg *w, uint8_t button_id, int pid)

case GW_UNDO:
P.add_action(ACTION_UNDO_RESTORE, 0);
break;
return true;

case GW_MODE:
{
Expand Down

0 comments on commit bff01ea

Please sign in to comment.