X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_var.c;h=3739d0de944d1fa4233b9a0455bdb0d2f7f85b43;hb=7d07216e7f18ff03a650f53e0bfb372b07782ca2;hp=e12f0015938b77fd769bb1a0c30248caab987ee6;hpb=41def9c1d8c6939b8754fdab43579272e49d4da4;p=rocksndiamonds.git diff --git a/src/conf_var.c b/src/conf_var.c index e12f0015..3739d0de 100644 --- a/src/conf_var.c +++ b/src/conf_var.c @@ -5060,6 +5060,46 @@ struct TokenIntPtrInfo image_config_vars[] = "game.button.sound_simple.y", &game.button.sound_simple.y }, + { + "tape.button.eject.x", + &tape.button.eject.x + }, + { + "tape.button.eject.y", + &tape.button.eject.y + }, + { + "tape.button.stop.x", + &tape.button.stop.x + }, + { + "tape.button.stop.y", + &tape.button.stop.y + }, + { + "tape.button.pause.x", + &tape.button.pause.x + }, + { + "tape.button.pause.y", + &tape.button.pause.y + }, + { + "tape.button.record.x", + &tape.button.record.x + }, + { + "tape.button.record.y", + &tape.button.record.y + }, + { + "tape.button.play.x", + &tape.button.play.x + }, + { + "tape.button.play.y", + &tape.button.play.y + }, { "game.forced_scroll_delay_value", &game.forced_scroll_delay_value