From 9ea97c5313b837011b220951bd3fdf01cb0ff998 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 29 Oct 2003 13:16:12 +0000 Subject: Revert since it still doesn't work right, last change stop messages about needing to go to Seattle. Need to good way to bypass zak copy protection, without issues. svn-id: r11005 --- scumm/object.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'scumm') diff --git a/scumm/object.cpp b/scumm/object.cpp index ad336b0aaa..7dbd6685fc 100644 --- a/scumm/object.cpp +++ b/scumm/object.cpp @@ -143,13 +143,6 @@ int ScummEngine::getState(int obj) { if (_gameId == GID_MANIAC && (obj == 182 || obj == 193)) _objectStateTable[obj] |= 0x08; - - // The Enchanced version of Zak McKracken included in the - // SelectWare Classic Collection bundle has no copy protection - // and doesn't include the codes. - - if (_gameId == GID_ZAK && obj == 213) - _objectStateTable[obj] |= 0x08; #endif return _objectStateTable[obj]; -- cgit v1.2.3