fixed hardcoded number -> constant stuff (patches by janssen)
svn-id: r3483
This commit is contained in:
parent
406b5e63c7
commit
595d9534c3
9 changed files with 64 additions and 54 deletions
|
@ -2004,7 +2004,7 @@ void Scumm::o6_miscOps() {
|
|||
case 6:
|
||||
_fullRedraw = 1;
|
||||
redrawBGAreas();
|
||||
for (i=0; i<13; i++)
|
||||
for (i=0; i<NUM_ACTORS; i++)
|
||||
derefActor(i)->needRedraw = true;
|
||||
processActors();
|
||||
screenEffect(args[1]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue