aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/loc.h
diff options
context:
space:
mode:
authorStrangerke2012-06-05 08:39:55 +0200
committerStrangerke2012-06-05 08:39:55 +0200
commit23c95d7014ee9875bb1b55c696d0245d7f114ba8 (patch)
tree460c6cbc7aab5c49609358117faa7da62e5e1454 /engines/tony/loc.h
parent93cba6d88049d73b965143130a1f7751e3dc79db (diff)
downloadscummvm-rg350-23c95d7014ee9875bb1b55c696d0245d7f114ba8.tar.gz
scummvm-rg350-23c95d7014ee9875bb1b55c696d0245d7f114ba8.tar.bz2
scummvm-rg350-23c95d7014ee9875bb1b55c696d0245d7f114ba8.zip
TONY: Some more renaming
Diffstat (limited to 'engines/tony/loc.h')
-rw-r--r--engines/tony/loc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/tony/loc.h b/engines/tony/loc.h
index 612e7b5d3e..c11dac4782 100644
--- a/engines/tony/loc.h
+++ b/engines/tony/loc.h
@@ -186,7 +186,7 @@ public:
void Init(RMGfxSourceBuffer *buf);
friend RMDataStream &operator>>(RMDataStream &ds, RMSprite &sprite);
- virtual void Draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
+ virtual void draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
void SetPalette(byte *lpBuf);
void GetSizeFromStream(RMDataStream &ds, int *dimx, int *dimy);
void LOXGetSizeFromStream(RMDataStream &ds, int *dimx, int *dimy);
@@ -254,7 +254,7 @@ public:
virtual void RemoveThis(CORO_PARAM, bool &result);
// Overloaded Draw
- virtual void Draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
+ virtual void draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
// Overloaded priority: it's based on Z ordering
virtual int Priority() {
@@ -460,7 +460,7 @@ public:
void DoFrame(CORO_PARAM, RMGfxTargetBuffer *bigBuf, int loc);
// Overloaded draw
- virtual void Draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
+ virtual void draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
// TRUE if you just stopped
bool EndOfPath() {
@@ -510,7 +510,7 @@ public:
virtual ~RMWipe();
void DoFrame(RMGfxTargetBuffer &bigBuf);
- virtual void Draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
+ virtual void draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
void InitFade(int type);
void CloseFade(void);
@@ -566,7 +566,7 @@ public:
void Unload(void);
// Overloaded draw
- virtual void Draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
+ virtual void draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
// Prepare a frame by drawing the location and all it's items
void DoFrame(RMGfxTargetBuffer *bigBuf);