From 9a0c41529fb3667ac0357bfc4239d16b1ae262df Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 11 Mar 2007 00:15:53 +0000 Subject: [PATCH] Fix compile. --- .../default/BGAnimations/ScreenWithMenuElements overlay.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements overlay.lua b/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements overlay.lua index 341a101a49..9d7538f4b6 100644 --- a/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements overlay.lua +++ b/stepmania/Themes/default/BGAnimations/ScreenWithMenuElements overlay.lua @@ -1,8 +1,8 @@ local children = { }; local function MakeHelpDisplay() - local X = self:x( ScreenMetric("HelpX") ); - local Y = self:y( ScreenMetric("HelpY") ); + local X = ScreenMetric("HelpX"); + local Y = ScreenMetric("HelpY"); local On = ScreenMetric("HelpOnCommand"); local Off = ScreenMetric("HelpOffCommand");