HE70+ games use flags in drawBox().

Fixes glitches in farmdemo (Old version), freddi2, lost/smaller.

svn-id: r18216
This commit is contained in:
Travis Howell 2005-05-22 10:38:57 +00:00
parent 76f8021a28
commit 7dc115be6f
5 changed files with 14 additions and 20 deletions

View file

@ -85,7 +85,7 @@ void ScummEngine_v100he::setupOpcodes() {
OPCODE(o6_div),
OPCODE(o6_animateActor),
OPCODE(o6_doSentence),
OPCODE(o80_drawBox),
OPCODE(o6_drawBox),
/* 24 */
OPCODE(o72_drawWizImage),
OPCODE(o80_drawWizPolygon),