defined some flags for HE wiz ; it should make the code more readable
svn-id: r16901
This commit is contained in:
parent
976b988448
commit
cc5e406cb5
7 changed files with 42 additions and 29 deletions
|
@ -588,7 +588,7 @@ void ScummEngine_v80he::o80_drawWizPolygon() {
|
|||
wi.x1 = wi.y1 = pop();
|
||||
wi.resNum = pop();
|
||||
wi.state = 0;
|
||||
wi.flags = 0x40;
|
||||
wi.flags = kWIFIsPolygon;
|
||||
displayWizImage(&wi);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue