aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/talk.h
diff options
context:
space:
mode:
authorStrangerke2011-09-11 15:07:56 +0200
committerStrangerke2011-09-11 15:07:56 +0200
commit3b9b89a78bf65db18bdc6d0c3a1268c892d3db2c (patch)
treed08faa34c3730d2bb234386ccf33075e9d297612 /engines/cge/talk.h
parentcdba3ac108940e141901f021da890e2ddbda70f0 (diff)
downloadscummvm-rg350-3b9b89a78bf65db18bdc6d0c3a1268c892d3db2c.tar.gz
scummvm-rg350-3b9b89a78bf65db18bdc6d0c3a1268c892d3db2c.tar.bz2
scummvm-rg350-3b9b89a78bf65db18bdc6d0c3a1268c892d3db2c.zip
CGE: Talk now uses EncryptedStream. Clean up of EncryptedStream
Diffstat (limited to 'engines/cge/talk.h')
-rw-r--r--engines/cge/talk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/talk.h b/engines/cge/talk.h
index 6b06e8009c..23ef9c9c07 100644
--- a/engines/cge/talk.h
+++ b/engines/cge/talk.h
@@ -52,7 +52,7 @@ class Font {
char _path[kPathMax];
void load();
public:
- uint8 *_wid;
+ uint8 *_widthArr;
uint16 *_pos;
uint8 *_map;
Font(const char *name);