From 3bf6462a2485035321d66e2e595054490a789111 Mon Sep 17 00:00:00 2001 From: Vincent Hamm Date: Thu, 14 Feb 2002 22:51:01 +0000 Subject: Indy3 256 now boot. Disabled costumes for zak256 and indy3_256 since they can crash sdl svn-id: r3585 --- costume.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'costume.cpp') diff --git a/costume.cpp b/costume.cpp index 23d677ec0b..6f22ca8190 100644 --- a/costume.cpp +++ b/costume.cpp @@ -786,6 +786,9 @@ void Scumm::cost_decodeData(Actor *a, int frame, uint usemask) { int anim; LoadedCostume lc; + if(_features & GF_OLD256) /*FIXME*/ + return; + loadCostume(&lc, a->costume); anim = cost_frameToAnim(a, frame); -- cgit v1.2.3