aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/ad/ad_region.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/ad/ad_region.cpp')
-rw-r--r--engines/wintermute/ad/ad_region.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/ad/ad_region.cpp b/engines/wintermute/ad/ad_region.cpp
index 6b104d51ad..18b5731830 100644
--- a/engines/wintermute/ad/ad_region.cpp
+++ b/engines/wintermute/ad/ad_region.cpp
@@ -131,7 +131,7 @@ bool AdRegion::loadBuffer(byte *buffer, bool complete) {
for (int i = 0; i < _points.getSize(); i++) {
delete _points[i];
}
- _points.removeAll();
+ _points.clear();
int ar = 255, ag = 255, ab = 255, alpha = 255;