delay intermission while browsing

This commit is contained in:
Not 2022-08-29 16:19:02 +02:00
parent b6e6e82bd6
commit 554e329194

View File

@ -1480,6 +1480,11 @@ local function think()
if rawget(_G, "BrowserController")(p) then if rawget(_G, "BrowserController")(p) then
drawState = DS_DEFAULT drawState = DS_DEFAULT
end end
-- prevent intermission while browsing
if p.exiting then
p.exiting = $ + 1
end
end end
if p.lives == 0 then if p.lives == 0 then