aboutsummaryrefslogtreecommitdiff
path: root/init.cpp
diff options
context:
space:
mode:
authorJames Brown2002-04-08 03:34:42 +0000
committerJames Brown2002-04-08 03:34:42 +0000
commit2189a0913a100cc469c9a0e80a9523650826b460 (patch)
tree8a688f2f3d3803f701352c331f8f4030dd30c434 /init.cpp
parent6b0840f588d08a7a15c5364dee4e994a76edb1b1 (diff)
downloadscummvm-rg350-2189a0913a100cc469c9a0e80a9523650826b460.tar.gz
scummvm-rg350-2189a0913a100cc469c9a0e80a9523650826b460.tar.bz2
scummvm-rg350-2189a0913a100cc469c9a0e80a9523650826b460.zip
.
svn-id: r3894
Diffstat (limited to 'init.cpp')
-rw-r--r--init.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.cpp b/init.cpp
index 4e16b1f17c..67f6515bf6 100644
--- a/init.cpp
+++ b/init.cpp
@@ -152,4 +152,5 @@ Scumm::Scumm(void)
_leftBtnPressed = 0;
_rightBtnPressed = 0;
_lastKeyHit = 0;
+ _cdrom = 0;
}