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

@ -808,7 +808,7 @@ void ScummEngine_v72he::o72_printWizImage() {
wi.resNum = pop();
wi.x1 = wi.y1 = 0;
wi.state = 0;
wi.flags = 4;
wi.flags = kWIFPrint;
drawWizImage(rtImage, &wi);
}