diff options
-rw-r--r-- | engines/kyra/text_lol.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |