From eb773b477a669427ff84e422bbdb1c3d6b63e8ef Mon Sep 17 00:00:00 2001 From: James Brown Date: Sat, 20 Apr 2002 04:09:02 +0000 Subject: Remove \M's, add IRIX support. svn-id: r4019 --- object.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'object.cpp') diff --git a/object.cpp b/object.cpp index 48a19c820b..c389cfaacf 100644 --- a/object.cpp +++ b/object.cpp @@ -44,6 +44,7 @@ void Scumm::putClass(int obj, int cls, bool set) cls &= 0x7F; checkRange(32, 1, cls, "Class %d out of range in getClass"); + if (_features & GF_SMALL_HEADER) { if (cls == 32) // CLASS_TOUCHABLE cls = 24; -- cgit v1.2.3