aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/ad/ad_object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/ad/ad_object.cpp')
-rw-r--r--engines/wintermute/ad/ad_object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/ad/ad_object.cpp b/engines/wintermute/ad/ad_object.cpp
index cf60bedf2c..aaf4c6db4a 100644
--- a/engines/wintermute/ad/ad_object.cpp
+++ b/engines/wintermute/ad/ad_object.cpp
@@ -57,7 +57,7 @@ namespace WinterMute {
IMPLEMENT_PERSISTENT(AdObject, false)
//////////////////////////////////////////////////////////////////////////
-AdObject::AdObject(BaseGame *inGame): BaseObject(inGame) {
+AdObject::AdObject(BaseGame *inGame) : BaseObject(inGame) {
_type = OBJECT_NONE;
_state = _nextState = STATE_NONE;