forked from Not/srb2k-leaderboard
delay intermission while browsing
This commit is contained in:
@ -1480,6 +1480,11 @@ local function think()
|
||||
if rawget(_G, "BrowserController")(p) then
|
||||
drawState = DS_DEFAULT
|
||||
end
|
||||
|
||||
-- prevent intermission while browsing
|
||||
if p.exiting then
|
||||
p.exiting = $ + 1
|
||||
end
|
||||
end
|
||||
|
||||
if p.lives == 0 then
|
||||
|
Reference in New Issue
Block a user