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 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/drascula/drascula.h') 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 { -- cgit v1.2.3