fix this ScreenString debacle once and for all

This commit is contained in:
AJ Kelly
2011-06-13 13:39:37 -05:00
parent d8e1296b5b
commit 6e19262e29
3 changed files with 3 additions and 18 deletions
-9
View File
@@ -56,15 +56,6 @@ function ActorScroller:setfastcatchup(bFastCatchup)
self:SetFastCatchup(bFastCatchup)
end
-- renaming various StepMania functions to sm-ssc ones:
if ScreenString then
ScreenString = Screen.String
end
if ScreenMetric then
ScreenMetric = Screen.Metric
end
--[[ GameState ]]
--Aliases for old GAMESTATE timing functions.
--These have been converted to SongPosition, but most themes still use these old functions.