Fix lua error on ScreenStageInformation

This commit is contained in:
Colby Klein
2012-12-25 21:47:40 -08:00
parent 67371879a5
commit 55030a24da
@@ -4,6 +4,7 @@ if playMode ~= 'PlayMode_Regular' and playMode ~= 'PlayMode_Rave' and playMode ~
end; end;
local sStage = GAMESTATE:GetCurrentStage(); local sStage = GAMESTATE:GetCurrentStage();
local tRemap = { local tRemap = {
Stage_Event = 0,
Stage_1st = 1, Stage_1st = 1,
Stage_2nd = 2, Stage_2nd = 2,
Stage_3rd = 3, Stage_3rd = 3,