X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fscreens.c;h=b7678d0920c9d460b54ecdaebcf64c10900264cd;hp=a63aa3339f8d3ec1d70c7d3cd2cab0b0f5432d9d;hb=45edbd7477e4684132ff96fa737336539ecc6f4c;hpb=0feae4f4d0bc1f62266a0508306a87c78c6e41f9 diff --git a/src/screens.c b/src/screens.c index a63aa333..b7678d09 100644 --- a/src/screens.c +++ b/src/screens.c @@ -6795,6 +6795,7 @@ static struct TokenInfo setup_info_game[] = { TYPE_ENTER_LIST, execSetupChooseSnapshotMode,"Game Engine Snapshot Mode:" }, { TYPE_STRING, &snapshot_mode_text, "" }, { TYPE_SWITCH, &setup.show_snapshot_buttons,"Show Snapshot Buttons:" }, + { TYPE_SWITCH, &setup.show_undo_redo_buttons,"Show Undo/Redo Buttons:" }, { TYPE_EMPTY, NULL, "" }, { TYPE_LEAVE_MENU, execSetupMain, "Back" },