V1 preposition support, but broken.

svn-id: r9502
This commit is contained in:
James Brown 2003-08-05 16:43:33 +00:00
parent e85cf7dae7
commit 173e3c5db3
3 changed files with 15 additions and 6 deletions

View file

@ -312,7 +312,7 @@ void Scumm::saveOrLoad(Serializer *s, uint32 savegameVersion) {
MKLINE(VerbSlot, saveid, sleByte, VER_V8),
MKLINE(VerbSlot, key, sleByte, VER_V8),
MKLINE(VerbSlot, center, sleByte, VER_V8),
MKLINE(VerbSlot, field_1B, sleByte, VER_V8),
MKLINE(VerbSlot, prep, sleByte, VER_V8),
MKLINE(VerbSlot, imgindex, sleUint16, VER_V8),
MKEND()
};