diff options
author | Einar Johan Trøan Sømåen | 2012-07-04 19:23:41 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-07-04 19:23:41 +0200 |
commit | 3f22d4372f2846d64b3801a892c8873e9811f5d5 (patch) | |
tree | 07915df12066bb18322938427aacb71e7ea368a1 /engines/wintermute/Ad/AdObject.h | |
parent | be4ceeb44e455882a33dd81a76dc91d3a378dbfb (diff) | |
download | scummvm-rg350-3f22d4372f2846d64b3801a892c8873e9811f5d5.tar.gz scummvm-rg350-3f22d4372f2846d64b3801a892c8873e9811f5d5.tar.bz2 scummvm-rg350-3f22d4372f2846d64b3801a892c8873e9811f5d5.zip |
WINTERMUTE: Mass rename VarName/FuncName -> varName/funcName alphabetically up until AdScene
Diffstat (limited to 'engines/wintermute/Ad/AdObject.h')
-rw-r--r-- | engines/wintermute/Ad/AdObject.h | 4 |
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
|