暂时移除initSkip功能

This commit is contained in:
MrZ626
2021-05-24 03:27:21 +08:00
parent 57868b700b
commit 798b3acb89
20 changed files with 3 additions and 22 deletions

View File

@@ -463,7 +463,6 @@ local function drawStartCounter(P)
end
setFont(100)
mStr(num,0,-70)
--P.gameEnv.initSkip
gc_pop()
end

View File

@@ -33,7 +33,7 @@ return{
fieldH=20,heightLimit=1e99,
nextCount=6,nextStartPos=1,
holdCount=1,infHold=false,phyHold=false,
ospin=true,deepDrop=false,initSkip=false,
ospin=true,deepDrop=false,
RS="TRS",
sequence='bag',
seqData={1,2,3,4,5,6,7},

View File

@@ -1918,9 +1918,6 @@ function Player:act_hold()
if self.waiting==-1 then
self:hold()
end
elseif self.gameEnv.initSkip then
rem(self.nextQueue,1)
self.newNext()
end
end
function Player:act_func1()