From 811b015983df68ea785283956e728df72873e43d Mon Sep 17 00:00:00 2001 From: fgenesis Date: Thu, 2 May 2013 01:53:15 +0200 Subject: [PATCH] "Fix" warning in cc_sunkencity.lua Thx Diablodoct0r for reporting. --- game_scripts/scripts/entities/cc_sunkencity.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/game_scripts/scripts/entities/cc_sunkencity.lua b/game_scripts/scripts/entities/cc_sunkencity.lua index 264bfc9..d793215 100644 --- a/game_scripts/scripts/entities/cc_sunkencity.lua +++ b/game_scripts/scripts/entities/cc_sunkencity.lua @@ -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