aboutsummaryrefslogtreecommitdiff
path: root/saga/interface.h
diff options
context:
space:
mode:
authorEugene Sandulenko2005-01-11 00:51:58 +0000
committerEugene Sandulenko2005-01-11 00:51:58 +0000
commit133ff34cb4fc6882233cccb40882fc2278558390 (patch)
tree7a974302e09fa9bd6264a4b60a53be76a137a730 /saga/interface.h
parent2dd88384a17059cd418bc9a96eddf05fdae20cfa (diff)
downloadscummvm-rg350-133ff34cb4fc6882233cccb40882fc2278558390.tar.gz
scummvm-rg350-133ff34cb4fc6882233cccb40882fc2278558390.tar.bz2
scummvm-rg350-133ff34cb4fc6882233cccb40882fc2278558390.zip
o All fonts were mapped. Introduced new FONT_DONTMAP flag
o Implemented and tested converse drawing. Still some features like arrows and hardcoded values are present, and it is not used in scripts svn-id: r16536
Diffstat (limited to 'saga/interface.h')
-rw-r--r--saga/interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/saga/interface.h b/saga/interface.h
index 67a1931af5..84e4be2d59 100644
--- a/saga/interface.h
+++ b/saga/interface.h
@@ -295,6 +295,8 @@ private:
int _converseStartPos;
int _converseEndPos;
int _conversePos;
+
+ byte _converseLastColors[2][CONVERSE_TEXT_LINES];
};
} // End of namespace Saga