aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Ad/AdWaypointGroup.h
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-06-26 13:04:17 +0200
committerEinar Johan Trøan Sømåen2012-06-26 13:04:17 +0200
commit86513195d1d3378b96a82c17cba4cd8ecd5bb6ad (patch)
tree86ce32584f473ae1f61eea1181698953ea8a82db /engines/wintermute/Ad/AdWaypointGroup.h
parent831560d03b5d19e64feccdac9ff909ffe9100a39 (diff)
downloadscummvm-rg350-86513195d1d3378b96a82c17cba4cd8ecd5bb6ad.tar.gz
scummvm-rg350-86513195d1d3378b96a82c17cba4cd8ecd5bb6ad.tar.bz2
scummvm-rg350-86513195d1d3378b96a82c17cba4cd8ecd5bb6ad.zip
WINTERMUTE: Rename FuncName->funcName in AdTalkNode, AdTalkHolder, AdTalkDef, AdSpriteSet, AdSentence and AdSceneState
Diffstat (limited to 'engines/wintermute/Ad/AdWaypointGroup.h')
-rw-r--r--engines/wintermute/Ad/AdWaypointGroup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/Ad/AdWaypointGroup.h b/engines/wintermute/Ad/AdWaypointGroup.h
index 653d4eae7b..e5203cc61d 100644
--- a/engines/wintermute/Ad/AdWaypointGroup.h
+++ b/engines/wintermute/Ad/AdWaypointGroup.h
@@ -44,8 +44,8 @@ public:
virtual HRESULT saveAsText(CBDynBuffer *Buffer, int Indent);
bool _active;
CAdWaypointGroup(CBGame *inGame);
- HRESULT LoadFile(const char *Filename);
- HRESULT LoadBuffer(byte *Buffer, bool Complete = true);
+ HRESULT loadFile(const char *Filename);
+ HRESULT loadBuffer(byte *Buffer, bool Complete = true);
virtual ~CAdWaypointGroup();
CBArray<CBPoint *, CBPoint *> _points;
int _editorSelectedPoint;