aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/mpal/mpalutils.cpp
diff options
context:
space:
mode:
authorStrangerke2012-06-08 08:44:14 +0200
committerStrangerke2012-06-08 08:44:14 +0200
commit1866cbd0fb0d7df1c1a4059e98b5d0f6d851c2d4 (patch)
tree0c6321f6ec55a4773a034ec4f438b2b65529e345 /engines/tony/mpal/mpalutils.cpp
parentcd15e483ed64274049142a2e6838962d794c3ff5 (diff)
downloadscummvm-rg350-1866cbd0fb0d7df1c1a4059e98b5d0f6d851c2d4.tar.gz
scummvm-rg350-1866cbd0fb0d7df1c1a4059e98b5d0f6d851c2d4.tar.bz2
scummvm-rg350-1866cbd0fb0d7df1c1a4059e98b5d0f6d851c2d4.zip
TONY: start renaming globals
Diffstat (limited to 'engines/tony/mpal/mpalutils.cpp')
-rw-r--r--engines/tony/mpal/mpalutils.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tony/mpal/mpalutils.cpp b/engines/tony/mpal/mpalutils.cpp
index bce623e43c..aba92a86cd 100644
--- a/engines/tony/mpal/mpalutils.cpp
+++ b/engines/tony/mpal/mpalutils.cpp
@@ -85,12 +85,12 @@ RMResRaw::RMResRaw(uint32 resID) : RMRes(resID) {
RMResRaw::~RMResRaw() {
}
-const byte *RMResRaw::DataPointer() {
+const byte *RMResRaw::dataPointer() {
return _buf + 8;
}
RMResRaw::operator const byte *() {
- return DataPointer();
+ return dataPointer();
}
int RMResRaw::width() {