X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fevents.c;h=3a303fa5e5fc20155b1e179401e3e79b9ed881e6;hp=c18a8a468a3b24ac32d7c21e7b7ecd7573eb1a98;hb=c4621f6e17b3806b7edc0ab50e72353cb991842e;hpb=5a53ae0c5ee5c9c61fdc3a103b92a8a85add50d2 diff --git a/src/events.c b/src/events.c index c18a8a46..3a303fa5 100644 --- a/src/events.c +++ b/src/events.c @@ -1859,6 +1859,11 @@ static void HandleKeysSpecial(Key key) { DumpTape(&tape); } + else if (strSuffix(cheat_input, ":undo-tape") || + strSuffix(cheat_input, ":ut")) + { + UndoTape(); + } else if (strSuffix(cheat_input, ":fix-tape") || strSuffix(cheat_input, ":ft")) {