aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2004-01-15 13:45:57 +0000
committerMax Horn2004-01-15 13:45:57 +0000
commit445c79dbe931b8f7f979c1c1ebd97ee631e37c05 (patch)
tree7ee2a372da60ee7c572865b1f0f0258c6dfb8b17 /scumm
parent391f4e92e5ae84c4270eb1ce998c4b13dd3293a4 (diff)
downloadscummvm-rg350-445c79dbe931b8f7f979c1c1ebd97ee631e37c05.tar.gz
scummvm-rg350-445c79dbe931b8f7f979c1c1ebd97ee631e37c05.tar.bz2
scummvm-rg350-445c79dbe931b8f7f979c1c1ebd97ee631e37c05.zip
pedantic correction
svn-id: r12410
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scummvm.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index e96dacc5ee..688be0424e 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -848,6 +848,8 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS
// Create FT INSANE object
if (_gameId == GID_FT)
_insane = new Insane(this);
+ else
+ _insane = 0;
}
ScummEngine::~ScummEngine() {