aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/base/base_object.cpp
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2013-10-29 02:19:00 +0100
committerEinar Johan Trøan Sømåen2013-10-29 02:59:53 +0100
commit3fb418390910cfb00d8b3dda8da33b8302615b6a (patch)
tree7e932ab55080c7a6c152874dd33b1cd2509ccfdc /engines/wintermute/base/base_object.cpp
parent211b8c9732bed65c29b8e48ad20d6c934a942e02 (diff)
downloadscummvm-rg350-3fb418390910cfb00d8b3dda8da33b8302615b6a.tar.gz
scummvm-rg350-3fb418390910cfb00d8b3dda8da33b8302615b6a.tar.bz2
scummvm-rg350-3fb418390910cfb00d8b3dda8da33b8302615b6a.zip
WINTERMUTE: Remove BasePlatform::setRectEmpty (replace with member-call)
Diffstat (limited to 'engines/wintermute/base/base_object.cpp')
-rw-r--r--engines/wintermute/base/base_object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/base/base_object.cpp b/engines/wintermute/base/base_object.cpp
index ffc598471a..14e15b7161 100644
--- a/engines/wintermute/base/base_object.cpp
+++ b/engines/wintermute/base/base_object.cpp
@@ -63,7 +63,7 @@ BaseObject::BaseObject(BaseGame *inGame) : BaseScriptHolder(inGame) {
_iD = _gameRef->getSequence();
- BasePlatform::setRectEmpty(&_rect);
+ _rect.setEmpty();
_rectSet = false;
_cursor = nullptr;