added setting undefined load/redo buttons also from restart position
authorHolger Schemel <info@artsoft.org>
Fri, 21 Feb 2025 20:25:11 +0000 (21:25 +0100)
committerHolger Schemel <info@artsoft.org>
Fri, 21 Feb 2025 15:28:17 +0000 (16:28 +0100)
src/files.c

index e8977ca6e09fba776a28f475a16c1d7ba55a1b3a..218de8b720328e3be6c05df20ef2b5012092a9a3 100644 (file)
@@ -13739,8 +13739,10 @@ static void InitMenuDesignSettings_SpecialPostProcessing(void)
     { &game.button.save,       &game.button.stop       },
     { &game.button.pause2,     &game.button.pause      },
     { &game.button.load,       &game.button.play       },
+    { &game.button.load,       &game.button.restart    },
     { &game.button.undo,       &game.button.stop       },
     { &game.button.redo,       &game.button.play       },
+    { &game.button.redo,       &game.button.restart    },
 
     { NULL,                    NULL                    }
   };