From 2fb692321165ec5831877fcb60408dd45610f7bb Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 30 Apr 2016 19:47:49 -0400 Subject: TITANIC: Implement PET Text color remapping --- engines/titanic/pet_control/pet_conversations.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/titanic/pet_control/pet_conversations.h') diff --git a/engines/titanic/pet_control/pet_conversations.h b/engines/titanic/pet_control/pet_conversations.h index 1bc59419f1..57c7fbd9b2 100644 --- a/engines/titanic/pet_control/pet_conversations.h +++ b/engines/titanic/pet_control/pet_conversations.h @@ -126,6 +126,11 @@ private: * Returns the name of the currently active NPC, if any */ CString getActiveNPCName() const; + + /** + * Create a color table + */ + void copyColors(uint tableNum, uint colors[5]); public: CPetConversations(); virtual ~CPetConversations() {} -- cgit v1.2.3