rnd-20020401-3-src
[rocksndiamonds.git] / src / events.c
index c497116ed6adb55b420a9718af18abd0be2e9820..c002c78ebbd6588dafeb1e64a90da9f801ba67ae 100644 (file)
@@ -489,9 +489,9 @@ void HandleKey(Key key, int key_status)
   /* special shortcuts for quick game tape saving and loading */
   if (game_status == MAINMENU || game_status == PLAYING)
   {
-    if (key == KSYM_F1)                /* save game */
+    if (key == setup.shortcut.save_game)
       TapeQuickSave();
-    else if (key == KSYM_F2)   /* load game */
+    else if (key == setup.shortcut.load_game)
       TapeQuickLoad();
   }