Fixed a few clipping issues in Loom the NICE way this time
svn-id: r3994
This commit is contained in:
parent
6dfe2fc05f
commit
7a9a6f0363
2 changed files with 24 additions and 0 deletions
|
@ -825,6 +825,13 @@ void Scumm::o5_actorSetClass()
|
|||
newClass = getVarOrDirectWord(0x80);
|
||||
if (newClass == 0) {
|
||||
_classData[act] = 0;
|
||||
if( _features & GF_SMALL_HEADER)
|
||||
{
|
||||
Actor *a;
|
||||
a=derefActor(act);
|
||||
a->forceClip=0;
|
||||
}
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue