rnd-20140307-2-src
[rocksndiamonds.git] / src / conf_var.c
index 7710041e25ecd28957798819f65bfca47e2bc355..03ab11dd55ae577483766f92e8a8696af065bd02 100644 (file)
@@ -5804,6 +5804,22 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.button.sound_simple.y",
     &game.button.sound_simple.y
   },
+  {
+    "game.button.save.x",
+    &game.button.save.x
+  },
+  {
+    "game.button.save.y",
+    &game.button.save.y
+  },
+  {
+    "game.button.load.x",
+    &game.button.load.x
+  },
+  {
+    "game.button.load.y",
+    &game.button.load.y
+  },
   {
     "tape.button.eject.x",
     &tape.button.eject.x
@@ -6068,6 +6084,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "tape.text.time.font",
     &tape.text.time.font
   },
+  {
+    "tape.show_game_buttons",
+    &tape.show_game_buttons
+  },
   {
     "editor.palette.x",
     &editor.palette.x