Add patch for bug #1452272 - COMI: Verb strings aren't wrapped

svn-id: r22793
This commit is contained in:
Travis Howell 2006-05-31 10:48:40 +00:00
parent 4abec6fdb6
commit 3b1062d2d4
6 changed files with 39 additions and 17 deletions

View file

@ -1197,6 +1197,8 @@ void ScummEngine_v7::saveOrLoad(Serializer *s) {
const SaveLoadEntry V7Entries[] = {
MKLINE(ScummEngine_v7, _subtitleQueuePos, sleInt32, VER(61)),
MKLINE(ScummEngine_v7, _verbCharset, sleInt32, VER(68)),
MKLINE(ScummEngine_v7, _verbLineSpacing, sleInt32, VER(68)),
MKEND()
};