aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/AdRotLevel.h
diff options
context:
space:
mode:
authorEugene Sandulenko2012-04-28 01:00:14 +0300
committerEinar Johan Trøan Sømåen2012-06-02 12:42:08 +0200
commit28c78b956dac6ee59d066f7ff2499569fe9877c7 (patch)
tree07e37e79e5610d3f21d22a8243083b78e09f8542 /engines/wintermute/AdRotLevel.h
parent84fd9d0daca1846829b077aa18a7634df5e5ef9e (diff)
downloadscummvm-rg350-28c78b956dac6ee59d066f7ff2499569fe9877c7.tar.gz
scummvm-rg350-28c78b956dac6ee59d066f7ff2499569fe9877c7.tar.bz2
scummvm-rg350-28c78b956dac6ee59d066f7ff2499569fe9877c7.zip
WINTERMUTE: Mass rename m_FooBar -> _fooBar
Diffstat (limited to 'engines/wintermute/AdRotLevel.h')
-rw-r--r--engines/wintermute/AdRotLevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wintermute/AdRotLevel.h b/engines/wintermute/AdRotLevel.h
index 91ddbef641..6033935349 100644
--- a/engines/wintermute/AdRotLevel.h
+++ b/engines/wintermute/AdRotLevel.h
@@ -38,7 +38,7 @@ public:
DECLARE_PERSISTENT(CAdRotLevel, CBObject)
CAdRotLevel(CBGame *inGame);
virtual ~CAdRotLevel();
- float m_Rotation;
+ float _rotation;
virtual HRESULT SaveAsText(CBDynBuffer *Buffer, int Indent);
HRESULT LoadFile(char *Filename);
HRESULT LoadBuffer(byte *Buffer, bool Complete = true);