From 68e181b974b6ce18042a226999328d973a3e0646 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 24 Mar 2008 12:50:45 +0000 Subject: [PATCH] GAMEMAN: to GameManager. --- stepmania/Themes/default/BGAnimations/_shared edit courses.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/Themes/default/BGAnimations/_shared edit courses.lua b/stepmania/Themes/default/BGAnimations/_shared edit courses.lua index 4b48a048ed..d86b1c87ef 100644 --- a/stepmania/Themes/default/BGAnimations/_shared edit courses.lua +++ b/stepmania/Themes/default/BGAnimations/_shared edit courses.lua @@ -18,7 +18,7 @@ local frame = Def.ActorFrame CurrentTrailP1ChangedMessageCommand=function(self) local t = GAMESTATE:GetCurrentTrail( PLAYER_1 ) if t then - local st = GAMEMAN:StepsTypeToLocalizedString( t:GetStepsType() ) + local st = GameManager.StepsTypeToLocalizedString( t:GetStepsType() ) local cd = CourseDifficultyToLocalizedString( t:GetDifficulty() ) self:settext( st .. ", " .. cd ) else