Is testing things like this before you commit so much to ask?

This commit is contained in:
Colby Klein
2012-12-28 22:42:02 -08:00
parent 7fe4f44a2f
commit c049b1d0a9
@@ -3,8 +3,10 @@ if playMode ~= 'PlayMode_Regular' and playMode ~= 'PlayMode_Rave' and playMode ~
curStage = playMode;
end;
local sStage = ""
if not GAMESTATE:IsCourseMode() then
local sStage = GAMESTATE:GetCurrentStage();
sStage = GAMESTATE:GetCurrentStage();
local tRemap = {
Stage_Event = 0,
Stage_1st = 1,