规范代码,大量xxx=nil换成xxx=false
This commit is contained in:
@@ -31,7 +31,7 @@ function scene.sceneInit()
|
||||
GAME.restartCount=0
|
||||
if GAME.init then
|
||||
resetGameData()
|
||||
GAME.init=nil
|
||||
GAME.init=false
|
||||
end
|
||||
noKey=GAME.replaying
|
||||
noTouch=not SETTING.VKSwitch or noKey
|
||||
|
||||
Reference in New Issue
Block a user