delay intermission while browsing

This commit is contained in:
Not 2022-08-29 16:19:02 +02:00
parent b6e6e82bd6
commit 554e329194
1 changed files with 5 additions and 0 deletions

View File

@ -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