aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_text.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-19 22:00:47 -0400
committerPaul Gilbert2016-07-10 16:11:37 -0400
commita8f8e4b69eab768f38d5cd73ceecce03bd096a4d (patch)
tree16411b2115087fbcf5be361b66e1996a32b2b337 /engines/titanic/pet_control/pet_text.h
parenta6e76530b248c6ad61aac0fc4496e126ca6cd77b (diff)
downloadscummvm-rg350-a8f8e4b69eab768f38d5cd73ceecce03bd096a4d.tar.gz
scummvm-rg350-a8f8e4b69eab768f38d5cd73ceecce03bd096a4d.tar.bz2
scummvm-rg350-a8f8e4b69eab768f38d5cd73ceecce03bd096a4d.zip
TITANIC: Clarified UI color methods & tables
Diffstat (limited to 'engines/titanic/pet_control/pet_text.h')
-rw-r--r--engines/titanic/pet_control/pet_text.h16
1 files changed, 12 insertions, 4 deletions
diff --git a/engines/titanic/pet_control/pet_text.h b/engines/titanic/pet_control/pet_text.h
index d43345cfe8..55416fdc7d 100644
--- a/engines/titanic/pet_control/pet_text.h
+++ b/engines/titanic/pet_control/pet_text.h
@@ -48,9 +48,9 @@ private:
int _backR;
int _backG;
int _backB;
- int _field54;
- int _field58;
- int _field5C;
+ int _textR;
+ int _textG;
+ int _textB;
int _field60;
int _field64;
int _field68;
@@ -110,7 +110,15 @@ public:
*/
void setText(const CString &str);
- void setColor(int val1, int val2);
+ /**
+ * Set text color
+ */
+ void setColor(int val1, uint col);
+
+ /**
+ * Set text color
+ */
+ void setColor(uint col);
};
} // End of namespace Titanic