1
0
Fork 0
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:
fgenesis 2013-05-02 01:53:15 +02:00
parent a6929c51f2
commit 811b015983

View file

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