mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-12-25 22:25:46 +00:00
"Fix" warning in cc_sunkencity.lua
Thx Diablodoct0r for reporting.
This commit is contained in:
parent
a6929c51f2
commit
811b015983
1 changed files with 3 additions and 0 deletions
|
@ -220,7 +220,10 @@ function postInit(me)
|
|||
updateLocation(me)
|
||||
end
|
||||
|
||||
-- Both exist. Different spelling. Yay for consistency.
|
||||
-- Keeping them both, should ensure behavior as it used to be, just without warnings. -- FG
|
||||
v.incutscene = false
|
||||
v.inCutScene = false
|
||||
|
||||
local function cutsceneintro(me, node)
|
||||
v.incutscene = true
|
||||
|
|
Loading…
Reference in a new issue