aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
diff options
context:
space:
mode:
authorMax Horn2002-12-26 00:21:19 +0000
committerMax Horn2002-12-26 00:21:19 +0000
commit48c66ba21007dbbd086301d7555224ba28687778 (patch)
treeac49a16d3589b50a2b90eab59c01fd216094616a /scumm/scummvm.cpp
parent91fc86eede6e9e1ffc5f3f01e47b17bbbc2fb98d (diff)
downloadscummvm-rg350-48c66ba21007dbbd086301d7555224ba28687778.tar.gz
scummvm-rg350-48c66ba21007dbbd086301d7555224ba28687778.tar.bz2
scummvm-rg350-48c66ba21007dbbd086301d7555224ba28687778.zip
fixed save/load; more restructuring of the charset rendering code
svn-id: r6154
Diffstat (limited to 'scumm/scummvm.cpp')
-rw-r--r--scumm/scummvm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index 1e9efbbd5b..3c3c76ba18 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -289,7 +289,7 @@ void Scumm::scummInit()
_numObjectsInRoom = 0;
_actorToPrintStrFor = 0;
- _charset->_bufPos = 0;
+ _charsetBufPos = 0;
_haveMsg = 0;
_varwatch = -1;