aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/gfxengine.cpp
diff options
context:
space:
mode:
authorStrangerke2012-06-07 08:42:35 +0200
committerStrangerke2012-06-07 08:42:35 +0200
commitf12ab3e521b01ed2b40e7d517753dd14bc6e6f0f (patch)
tree729bc315319f8143e88c136bee1290e81f40a5d6 /engines/tony/gfxengine.cpp
parent53bd99ce870ac5bd7f65d1e45641e13070f652d0 (diff)
downloadscummvm-rg350-f12ab3e521b01ed2b40e7d517753dd14bc6e6f0f.tar.gz
scummvm-rg350-f12ab3e521b01ed2b40e7d517753dd14bc6e6f0f.tar.bz2
scummvm-rg350-f12ab3e521b01ed2b40e7d517753dd14bc6e6f0f.zip
TONY: Rename variables and functions in utils.h
Diffstat (limited to 'engines/tony/gfxengine.cpp')
-rw-r--r--engines/tony/gfxengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/gfxengine.cpp b/engines/tony/gfxengine.cpp
index 56ce8a47e1..b102323dce 100644
--- a/engines/tony/gfxengine.cpp
+++ b/engines/tony/gfxengine.cpp
@@ -412,7 +412,7 @@ uint32 RMGfxEngine::loadLocation(int nLoc, RMPoint ptTonyStart, RMPoint start) {
for (i = 0; i < 5; i++) {
// Try the loading of the location
RMRes res(_nCurLoc);
- if (!res.IsValid())
+ if (!res.isValid())
continue;
_loc.load(res);