From 5fe1f73159d43cd165d20bdc8297eb5eb6d42492 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 25 Jun 2016 09:39:12 -0400 Subject: TITANIC: Added remaining PET Inventory Glyph methods --- engines/titanic/pet_control/pet_control.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/titanic/pet_control/pet_control.h') diff --git a/engines/titanic/pet_control/pet_control.h b/engines/titanic/pet_control/pet_control.h index fb5e0093da..5e47f3299b 100644 --- a/engines/titanic/pet_control/pet_control.h +++ b/engines/titanic/pet_control/pet_control.h @@ -316,6 +316,8 @@ public: void incC0() { ++_fieldC0; } void decC0() { --_fieldC0; } + bool isSuccUBusActive() const; + /*--- CPetConversations methods ---*/ /** -- cgit v1.2.3