Add level selector / leaderboard browser #7
@ -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…
x
Reference in New Issue
Block a user