mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-01-13 19:56:54 +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)
|
updateLocation(me)
|
||||||
end
|
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
|
||||||
|
v.inCutScene = false
|
||||||
|
|
||||||
local function cutsceneintro(me, node)
|
local function cutsceneintro(me, node)
|
||||||
v.incutscene = true
|
v.incutscene = true
|
||||||
|
|
Loading…
Reference in a new issue