Neeed to know where polygons are renderered

svn-id: r15152
This commit is contained in:
Travis Howell 2004-09-18 01:21:14 +00:00
parent a0312bd8cb
commit 81be679342
2 changed files with 5 additions and 0 deletions

View File

@ -1372,6 +1372,9 @@ void ScummEngine_v72he::o72_unknownC1() {
}
void ScummEngine_v72he::drawWizImage(int restype, int resnum, int state, int x1, int y1, int flags) {
if (flags & 64)
error("Polygon Wiz image is unimplemented");
const uint8 *dataPtr = getResourceAddress(restype, resnum);
if (dataPtr) {
const uint8 *wizh = findWrappedBlock(MKID('WIZH'), dataPtr, state, 0);

View File

@ -604,6 +604,8 @@ void ScummEngine_v80he::o80_setState() {
}
void ScummEngine_v80he::o80_drawWizPolygon() {
error("o80_drawWizPolygon");
int xy1 = pop();
int resnum = pop();