aboutsummaryrefslogtreecommitdiff
path: root/saga/interface.h
diff options
context:
space:
mode:
authorEugene Sandulenko2005-01-27 20:07:04 +0000
committerEugene Sandulenko2005-01-27 20:07:04 +0000
commit0523480a7068e4a04ad030e172539632f648b099 (patch)
tree0f2b9499423f2a0faa790d5acbf68301dab51e71 /saga/interface.h
parent46c2a49e86c35edade619fe1214fa3565ce42080 (diff)
downloadscummvm-rg350-0523480a7068e4a04ad030e172539632f648b099.tar.gz
scummvm-rg350-0523480a7068e4a04ad030e172539632f648b099.tar.bz2
scummvm-rg350-0523480a7068e4a04ad030e172539632f648b099.zip
Applied patch #1106775 "SAGA colours". This simplifies code considerably, and
moreover getBlack() didn't always work correctly for some reason. If IHNM uses different colors we will switch to variables, but that could be addressed later or at least when someone will start to work on it more time than now. svn-id: r16647
Diffstat (limited to 'saga/interface.h')
-rw-r--r--saga/interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/saga/interface.h b/saga/interface.h
index 51eee1e6c7..d213284312 100644
--- a/saga/interface.h
+++ b/saga/interface.h
@@ -99,6 +99,7 @@ enum ITEColors {
kITEColorDarkGrey = 0x0b,
kITEColorGreen = 0xba,
kITEColorBlack = 0x0f,
+ kITEColorRed = 0x65,
kITEColorBlue = 0x93
};