From b11033800d1455bd4c35af1126bd4f0cf6b2fb77 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 30 Apr 2016 14:55:15 -0400 Subject: TITANIC: Implementing PET support widgets --- engines/titanic/pet_control/pet_section.h | 5 ++++- 1 file changed, 4 insertions(+), 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 692c8b9100..faefb994cc 100644 --- a/engines/titanic/pet_control/pet_section.h +++ b/engines/titanic/pet_control/pet_section.h @@ -90,7 +90,10 @@ public: virtual bool KeyCharMsg(CKeyCharMsg *msg) { return false; } virtual bool VirtualKeyCharMsg(CVirtualKeyCharMsg *msg) { return false; } - virtual bool proc14(void *v1) { return false; } + /** + * Check whether a drag drop can occur + */ + virtual bool checkDragEnd(CGameObject *item) { return false; } /** * Returns item a drag-drop operation has dropped on, if any -- cgit v1.2.3