From b652c201148424a875d12bb73a252bcbacb593d3 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 10 Jun 2008 22:14:47 +0000 Subject: Fixed regression in the pendulum room, preventing the player from selecting John's hands (new version of drascula.dat needed) svn-id: r32657 --- engines/drascula/drascula.h | 3 +-- engines/drascula/rooms.cpp | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/drascula/drascula.h b/engines/drascula/drascula.h index 8fff8bd5c2..ce67cc2c0e 100644 --- a/engines/drascula/drascula.h +++ b/engines/drascula/drascula.h @@ -46,8 +46,7 @@ namespace Drascula { -// Do not update this yet. The file is not loaded fully -#define DRASCULA_DAT_VER 1 +#define DRASCULA_DAT_VER 2 #define DATAALIGNMENT 4 enum DrasculaGameFeatures { diff --git a/engines/drascula/rooms.cpp b/engines/drascula/rooms.cpp index 6c4fb82b13..6fe28bdbdc 100644 --- a/engines/drascula/rooms.cpp +++ b/engines/drascula/rooms.cpp @@ -1005,6 +1005,8 @@ bool DrasculaEngine::room_102(int fl) { pickObject(20); else if (pickedObject == 20 && fl == 100) animation_6_6(); + else if (pickedObject == kVerbPick || pickedObject == kVerbOpen) + talk(453); else hasAnswer = 0; -- cgit v1.2.3