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
|
||||
p.exiting = $ + 1
|
||||
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
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user