TONY: Rename variables and functions in utils.h
This commit is contained in:
parent
53bd99ce87
commit
f12ab3e521
18 changed files with 481 additions and 481 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue