aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorEugene Sandulenko2013-10-17 13:56:20 +0300
committerEugene Sandulenko2013-10-17 13:56:20 +0300
commit08f5445055aebaeafcaaaf422ccd632cbf9c78ba (patch)
tree24f066fbe0f84c04adef0ed47541aadd86880158 /engines
parent787689ff3266b60a12dd2224bb0a8bf5cfca27a3 (diff)
downloadscummvm-rg350-08f5445055aebaeafcaaaf422ccd632cbf9c78ba.tar.gz
scummvm-rg350-08f5445055aebaeafcaaaf422ccd632cbf9c78ba.tar.bz2
scummvm-rg350-08f5445055aebaeafcaaaf422ccd632cbf9c78ba.zip
TESTBED: Initialize variable. CID 1003374
Diffstat (limited to 'engines')
-rw-r--r--engines/testbed/config-params.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/testbed/config-params.cpp b/engines/testbed/config-params.cpp
index e89da0b07f..47e5dfa933 100644
--- a/engines/testbed/config-params.cpp
+++ b/engines/testbed/config-params.cpp
@@ -38,6 +38,8 @@ ConfigParams::ConfigParams() {
_isInteractive = true;
_isGameDataFound = true;
_rerunTests = false;
+
+ _testbedConfMan = 0;
}
void ConfigParams::initLogging(const char *dirname, const char *filename, bool enable) {