aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalanche.h
diff options
context:
space:
mode:
authorStrangerke2013-10-25 23:37:41 +0200
committerStrangerke2013-10-25 23:37:41 +0200
commitf10130c414b340d765d89840dc56cbb8bd43b93a (patch)
treecc37554568e9bb7787e16b7c2a392bda9893f17e /engines/avalanche/avalanche.h
parentda2ddbb8f482003a471b4f27eb222d4f9a23ea7b (diff)
downloadscummvm-rg350-f10130c414b340d765d89840dc56cbb8bd43b93a.tar.gz
scummvm-rg350-f10130c414b340d765d89840dc56cbb8bd43b93a.tar.bz2
scummvm-rg350-f10130c414b340d765d89840dc56cbb8bd43b93a.zip
AVALANCHE: Fix CID 1109674 - Uninitialized variables in Avalanche.cpp
Diffstat (limited to 'engines/avalanche/avalanche.h')
-rw-r--r--engines/avalanche/avalanche.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/avalanche/avalanche.h b/engines/avalanche/avalanche.h
index cff0970d22..3cc342ca8c 100644
--- a/engines/avalanche/avalanche.h
+++ b/engines/avalanche/avalanche.h
@@ -316,6 +316,7 @@ private:
Common::String readAlsoStringFromFile(Common::File &file);
void runAvalot();
void init();
+ void initVariables();
void setup();
void scram(Common::String &str);
void unScramble();