From 3b9b89a78bf65db18bdc6d0c3a1268c892d3db2c Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 11 Sep 2011 15:07:56 +0200 Subject: CGE: Talk now uses EncryptedStream. Clean up of EncryptedStream --- engines/cge/talk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cge/talk.h') 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); -- cgit v1.2.3