disable spba if browser is open
This commit is contained in:
parent
554e329194
commit
45cefc786e
@ -1485,9 +1485,14 @@ local function think()
|
|||||||
if p.exiting then
|
if p.exiting then
|
||||||
p.exiting = $ + 1
|
p.exiting = $ + 1
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|
||||||
if p.lives == 0 then
|
-- disable spba hud
|
||||||
|
if server.SPBAdone then
|
||||||
|
server.SPBArunning = false
|
||||||
|
p.pflags = $ & !(PF_TIMEOVER)
|
||||||
|
p.exiting = 100
|
||||||
|
end
|
||||||
|
elseif p.lives == 0 then
|
||||||
drawState = DS_SCROLL
|
drawState = DS_SCROLL
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user