规范代码,大量xxx=nil换成xxx=false

This commit is contained in:
MrZ626
2020-12-22 14:54:01 +08:00
parent f611199fab
commit fe2abf6903
25 changed files with 127 additions and 128 deletions

View File

@@ -61,7 +61,7 @@ return{
PLY.newPlayer(1)
local L=GAME.modeEnv.opponent
if L~=0 then
GAME.modeEnv.target=nil
GAME.modeEnv.target=false
if L<6 then
PLY.newAIPlayer(2,AIBUILDER("9S",2*L))
else