From 2cc6d9299ae6a7037704dd72eeebc44ab2c3c1b4 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 31 Aug 2014 01:09:29 +0200 Subject: ACCESS: Add a check to work around a difference in hardcoded data between the CD and the floppy version --- engines/access/room.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/access/room.h') diff --git a/engines/access/room.h b/engines/access/room.h index 321ace4fd1..fdeccc87c8 100644 --- a/engines/access/room.h +++ b/engines/access/room.h @@ -191,7 +191,7 @@ public: Common::Array _extraCells; Common::Array _sounds; public: - RoomInfo(const byte *data, int gameType); + RoomInfo(const byte *data, int gameType, bool isCD); }; } // End of namespace Access -- cgit v1.2.3