From af06188baedf10247893c6f964462c74eac5f446 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 24 Apr 2016 08:15:51 -0400 Subject: TITANIC: Implementing CPetRooms methods --- engines/titanic/pet_control/pet_section.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/pet_control/pet_section.h') diff --git a/engines/titanic/pet_control/pet_section.h b/engines/titanic/pet_control/pet_section.h index 0911fd44f1..720e5323cf 100644 --- a/engines/titanic/pet_control/pet_section.h +++ b/engines/titanic/pet_control/pet_section.h @@ -90,7 +90,7 @@ public: virtual bool KeyCharMsg(CKeyCharMsg *msg) { return false; } virtual bool VirtualKeyCharMsg(CVirtualKeyCharMsg *msg) { return false; } - virtual int proc14() { return 0; } + virtual bool proc14(void *v1) { return false; } /** * Returns item a drag-drop operation has dropped on, if any -- cgit v1.2.3