From 353e0bef7af7bdd642c853add5842c82685d55a0 Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Sat, 4 Apr 2009 16:13:52 +0000 Subject: LOL: - this should fix a text displayer bug that occured when speaking to the compass gui svn-id: r39848 --- engines/kyra/text_lol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/kyra/text_lol.h b/engines/kyra/text_lol.h index 950f17cc2c..776965117e 100644 --- a/engines/kyra/text_lol.h +++ b/engines/kyra/text_lol.h @@ -94,7 +94,7 @@ private: struct TextDimData { uint8 color1; uint8 color2; - uint8 column; + uint16 column; uint8 line; }; -- cgit v1.2.3