diff options
Diffstat (limited to 'engines/testbed/config-params.cpp')
| -rw-r--r-- | engines/testbed/config-params.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/testbed/config-params.cpp b/engines/testbed/config-params.cpp index e89da0b07f..1aa97168c1 100644 --- a/engines/testbed/config-params.cpp +++ b/engines/testbed/config-params.cpp @@ -17,6 +17,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * */ #include "common/config-manager.h" @@ -38,6 +39,8 @@ ConfigParams::ConfigParams() { _isInteractive = true; _isGameDataFound = true; _rerunTests = false; + + _testbedConfMan = 0; } void ConfigParams::initLogging(const char *dirname, const char *filename, bool enable) { |
