aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/font.h
diff options
context:
space:
mode:
authorStrangerke2012-09-08 01:02:03 +0200
committerStrangerke2012-09-08 01:02:36 +0200
commit17d6d732ea000400eb1353e1f93b121be524852d (patch)
treeb960959dc6cd6b1a9169c4619b31b7e78c1aee56 /engines/tony/font.h
parentf08978a0750e6a6a5dbea1f8fe5d80267049f8c8 (diff)
downloadscummvm-rg350-17d6d732ea000400eb1353e1f93b121be524852d.tar.gz
scummvm-rg350-17d6d732ea000400eb1353e1f93b121be524852d.tar.bz2
scummvm-rg350-17d6d732ea000400eb1353e1f93b121be524852d.zip
TONY: More renaming, reduce some variable scopes
Diffstat (limited to 'engines/tony/font.h')
-rw-r--r--engines/tony/font.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tony/font.h b/engines/tony/font.h
index 99b20571b1..13c1ddf268 100644
--- a/engines/tony/font.h
+++ b/engines/tony/font.h
@@ -252,7 +252,7 @@ public:
virtual void removeThis(CORO_PARAM, bool &result);
// Overloaded de-registration
- virtual void Unregister();
+ virtual void unregister();
// Overloading of the Draw to center the text, if necessary
virtual void draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
@@ -344,7 +344,7 @@ protected:
public:
virtual void removeThis(CORO_PARAM, bool &result);
virtual void draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
- void Unregister();
+ void unregister();
public:
// Initialization