Fix lua error when using Rave mode

This commit is contained in:
Colby Klein
2011-07-03 11:37:51 -07:00
parent 58fa4ef2c4
commit 7240212b39
@@ -38,6 +38,10 @@ else
local stepsP1 = GAMESTATE:GetCurrentSteps(PLAYER_1)
local stepsP2 = GAMESTATE:GetCurrentSteps(PLAYER_2)
if not stepsP1 or not stepsP2 then
return displaySingle
end
local stP1 = stepsP1:GetStepsType()
local stP2 = stepsP2:GetStepsType()