aboutsummaryrefslogtreecommitdiff
path: root/saga/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/font.h')
-rw-r--r--saga/font.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/font.h b/saga/font.h
index 5896060104..295884b6a9 100644
--- a/saga/font.h
+++ b/saga/font.h
@@ -77,8 +77,8 @@ struct TextListEntry {
bool useRect;
Common::Point point;
Common::Rect rect;
- int color;
- int effectColor;
+ KnownColor knownColor;
+ KnownColor effectKnownColor;
FontEffectFlags flags;
KnownFont font;
const char *text;