mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 02:10:28 +00:00
Ooops
svn-id: r15565
This commit is contained in:
parent
d42f98d0c4
commit
4174c4b0ba
@ -1060,7 +1060,7 @@ bool ScummEngine_v70he::polygonDefined(int id) {
|
||||
}
|
||||
|
||||
bool ScummEngine_v70he::polygonContains(const WizPolygon &pol, int x, int y) {
|
||||
int pi = pol.numVerts;
|
||||
int pi = pol.numVerts - 1;
|
||||
bool diry = (y < pol.vert[pi].y);
|
||||
bool curdir;
|
||||
bool r = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user