aboutsummaryrefslogtreecommitdiff
path: root/saveload.cpp
diff options
context:
space:
mode:
authorLudvig Strigeus2002-01-02 11:50:28 +0000
committerLudvig Strigeus2002-01-02 11:50:28 +0000
commit46dd55cf2a3697bb4ad710a71e5108e07c19a07d (patch)
treea9326aedd056195da520684befb04bb23be3a45f /saveload.cpp
parent03abddf888ccbf422b356d2cb62bf81318e2bc04 (diff)
downloadscummvm-rg350-46dd55cf2a3697bb4ad710a71e5108e07c19a07d.tar.gz
scummvm-rg350-46dd55cf2a3697bb4ad710a71e5108e07c19a07d.tar.bz2
scummvm-rg350-46dd55cf2a3697bb4ad710a71e5108e07c19a07d.zip
full throttle speech,
fixed two bugs appearing in DOTT svn-id: r3541
Diffstat (limited to 'saveload.cpp')
-rw-r--r--saveload.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/saveload.cpp b/saveload.cpp
index 94d0aac77a..7b3cbaedf2 100644
--- a/saveload.cpp
+++ b/saveload.cpp
@@ -352,6 +352,7 @@ void Scumm::saveOrLoad(Serializer *s) {
#endif
MKLINE(Scumm,_actorToPrintStrFor,sleByte),
MKLINE(Scumm,_charsetColor,sleByte),
+ /* XXX Convert into word next time format changes */
MKLINE(Scumm,charset._bufPos,sleByte),
MKLINE(Scumm,_haveMsg,sleByte),
MKLINE(Scumm,_useTalkAnims,sleByte),