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
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue