defined some flags for HE wiz ; it should make the code more readable

svn-id: r16901
This commit is contained in:
Gregory Montoir 2005-02-24 20:20:35 +00:00
parent 976b988448
commit cc5e406cb5
7 changed files with 42 additions and 29 deletions

View file

@ -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);
}