diff options
Diffstat (limited to 'scumm/wiz_he.cpp')
-rw-r--r-- | scumm/wiz_he.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/wiz_he.cpp b/scumm/wiz_he.cpp index 8e5facbce5..b8470b7533 100644 --- a/scumm/wiz_he.cpp +++ b/scumm/wiz_he.cpp @@ -88,7 +88,7 @@ void Wiz::polygonStore(int id, bool flag, int vert1x, int vert1y, int vert2x, in wp->vert[4].x = vert1x; wp->vert[4].y = vert1y; wp->id = id; - wp->numVerts = 5; + wp->numVerts = 5; wp->flag = flag; polygonCalcBoundBox(wp->vert, wp->numVerts, wp->bound); |