aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/restaurant_cylinder_holder.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-08-25 17:06:56 -0400
committerPaul Gilbert2017-08-25 17:06:56 -0400
commit8512476a0813f4c3fdfbb4b645abb43570fbfab5 (patch)
tree3d6027a3cbb32580214c68079276bb44108c76f0 /engines/titanic/game/restaurant_cylinder_holder.h
parent853ad19934b83a054611732a9a5a243019d42cc1 (diff)
downloadscummvm-rg350-8512476a0813f4c3fdfbb4b645abb43570fbfab5.tar.gz
scummvm-rg350-8512476a0813f4c3fdfbb4b645abb43570fbfab5.tar.bz2
scummvm-rg350-8512476a0813f4c3fdfbb4b645abb43570fbfab5.zip
TITANIC: Don't allow cylinders to be dropped in music system slot closed
Diffstat (limited to 'engines/titanic/game/restaurant_cylinder_holder.h')
-rw-r--r--engines/titanic/game/restaurant_cylinder_holder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/game/restaurant_cylinder_holder.h b/engines/titanic/game/restaurant_cylinder_holder.h
index 7be73df074..63f9ccd9eb 100644
--- a/engines/titanic/game/restaurant_cylinder_holder.h
+++ b/engines/titanic/game/restaurant_cylinder_holder.h
@@ -35,6 +35,7 @@ class CRestaurantCylinderHolder : public CDropTarget {
bool QueryCylinderHolderMsg(CQueryCylinderHolderMsg *msg);
bool QueryCylinderNameMsg(CQueryCylinderNameMsg *msg);
bool MouseDragStartMsg(CMouseDragStartMsg *msg);
+ bool DropObjectMsg(CDropObjectMsg *msg);
private:
bool _isOpen;
int _field11C;