delay intermission while browsing
This commit is contained in:
parent
b6e6e82bd6
commit
554e329194
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user