aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gameloader.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2013-08-14 21:11:12 +0300
committerEugene Sandulenko2013-09-06 14:51:14 +0300
commit4db2d7e21b6729b04e1760af302a1acdd3bd4ae4 (patch)
tree93fdac341329bc01bf20bc264142272e1323ac17 /engines/fullpipe/gameloader.cpp
parentfce8c0f5952533b592de21205274f5cf9347a3b1 (diff)
downloadscummvm-rg350-4db2d7e21b6729b04e1760af302a1acdd3bd4ae4.tar.gz
scummvm-rg350-4db2d7e21b6729b04e1760af302a1acdd3bd4ae4.tar.bz2
scummvm-rg350-4db2d7e21b6729b04e1760af302a1acdd3bd4ae4.zip
FULLPIPE: Fix crash
Diffstat (limited to 'engines/fullpipe/gameloader.cpp')
-rw-r--r--engines/fullpipe/gameloader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/gameloader.cpp b/engines/fullpipe/gameloader.cpp
index f4f59a724c..a91065fe87 100644
--- a/engines/fullpipe/gameloader.cpp
+++ b/engines/fullpipe/gameloader.cpp
@@ -51,7 +51,7 @@ CGameLoader::CGameLoader() {
_inputController = new CInputController();
_gameProject = 0;
- //_gameName = "untitled";
+ _gameName = 0;
addMessageHandlerByIndex(global_messageHandler2, 0, 0);
insertMessageHandler(global_messageHandler3, 0, 128);