diff options
| author | Travis Howell | 2005-04-18 07:39:56 +0000 | 
|---|---|---|
| committer | Travis Howell | 2005-04-18 07:39:56 +0000 | 
| commit | 38df53db9f20139d19e6609e4ff630044b41fa44 (patch) | |
| tree | 9325357be5718ebc90c94e544421c3b1c088a8d1 /scumm | |
| parent | 6f550d419a7d3d341f4d32598ec8b18f12859094 (diff) | |
| download | scummvm-rg350-38df53db9f20139d19e6609e4ff630044b41fa44.tar.gz scummvm-rg350-38df53db9f20139d19e6609e4ff630044b41fa44.tar.bz2 scummvm-rg350-38df53db9f20139d19e6609e4ff630044b41fa44.zip  | |
Ooops
svn-id: r17664
Diffstat (limited to 'scumm')
| -rw-r--r-- | scumm/object.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/object.cpp b/scumm/object.cpp index 899e85e06a..0acc2ef2b7 100644 --- a/scumm/object.cpp +++ b/scumm/object.cpp @@ -397,7 +397,7 @@ void ScummEngine::drawRoomObjects(int arg) {  			if (_objs[i].obj_nr > 0 && (_objs[i].state & mask) && _objs[i].fl_object_index != 0)  				drawRoomObject(i, arg);  		} -	if (_gameId == GID_SAMNMAX || _heversion >= 72) { +	} else if (_gameId == GID_SAMNMAX) {  		// In Sam & Max, objects are drawn in reverse order.  		for (i = 1; i < _numLocalObjects; i++)  			if (_objs[i].obj_nr > 0)  | 
