From ee78a7427bce0b8a127560a4a8140e56902d18c6 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 12 Jun 2007 22:47:12 +0000 Subject: Fixed several colors and fonts in IHNM svn-id: r27382 --- engines/saga/saga.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engines/saga/saga.h') diff --git a/engines/saga/saga.h b/engines/saga/saga.h index b596d2c2a1..b4eba6e314 100644 --- a/engines/saga/saga.h +++ b/engines/saga/saga.h @@ -422,7 +422,9 @@ enum ColorId { kITEColorGreen = 0xba, kIHNMColorBlack = 0xfa, - kIHNMColorPortrait = 0xfe + kIHNMColorPortrait = 0xfe, + kIHNMColorWhite = 0x20, + kIHNMColorRed = 0x11 }; enum KnownColor { -- cgit v1.2.3