From 7eb072064ac6f2b443ad32957795d16f69d3b391 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 1 Sep 2008 10:09:48 +0000 Subject: Silence MSVC warning about potentially uninitialized variable svn-id: r34236 --- engines/tinsel/inventory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/tinsel/inventory.cpp b/engines/tinsel/inventory.cpp index e30175f3a0..836e1194fe 100644 --- a/engines/tinsel/inventory.cpp +++ b/engines/tinsel/inventory.cpp @@ -772,7 +772,7 @@ static void ConfActionSpecial(int i); bool LanguageChange(void) { - LANGUAGE nLang; + LANGUAGE nLang = TXT_ENGLISH; if (_vm->getFeatures() & GF_USE_3FLAGS) { // VERY quick dodgy bodge -- cgit v1.2.3