aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Ad/AdObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/Ad/AdObject.h')
-rw-r--r--engines/wintermute/Ad/AdObject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/Ad/AdObject.h b/engines/wintermute/Ad/AdObject.h
index 05548c6dbd..def28eff1d 100644
--- a/engines/wintermute/Ad/AdObject.h
+++ b/engines/wintermute/Ad/AdObject.h
@@ -111,11 +111,11 @@ public:
HRESULT displaySpriteAttachments(bool preDisplay);
CAdObject *_registerAlias;
private:
- HRESULT displaySpriteAttachment(CAdObject *Attachment);
+ HRESULT displaySpriteAttachment(CAdObject *attachment);
CAdInventory *_inventory;
protected:
- HRESULT GetScale(float *ScaleX, float *ScaleY);
+ HRESULT getScale(float *scaleX, float *scaleY);
};
} // end of namespace WinterMute