aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2005-05-21 11:57:14 +0000
committerEugene Sandulenko2005-05-21 11:57:14 +0000
commit89c1463d2b0b97d1c06ec9e0850ae2f72fc24604 (patch)
tree2e048d58b2010e31aa66002926959fdb06372c0d
parent3e0ec05ae6320ddaa7f5e57e088a29ae12a58e45 (diff)
downloadscummvm-rg350-89c1463d2b0b97d1c06ec9e0850ae2f72fc24604.tar.gz
scummvm-rg350-89c1463d2b0b97d1c06ec9e0850ae2f72fc24604.tar.bz2
scummvm-rg350-89c1463d2b0b97d1c06ec9e0850ae2f72fc24604.zip
Fix regression with GF_MULTIPLE_VERSIONS
svn-id: r18204
-rw-r--r--scumm/scumm.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 31a21202cc..aca3a89dd0 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -875,7 +875,6 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS
memset(_resourceMapper, 0, sizeof(_resourceMapper));
_lastLoadedRoom = 0;
_roomResource = 0;
- _substResFileNameIndex = 0;
OF_OWNER_ROOM = 0;
_verbMouseOver = 0;
_inventoryOffset = 0;