Skip to content

Commit

Permalink
TONY: Rename variables in loc.h and mpal.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Jun 10, 2012
1 parent 2b02a45 commit 44ee26e
Show file tree
Hide file tree
Showing 6 changed files with 303 additions and 303 deletions.
2 changes: 1 addition & 1 deletion engines/tony/debugger.cpp
Expand Up @@ -100,7 +100,7 @@ bool Debugger::Cmd_Scene(int argc, const char **argv) {
// Get the box areas for the scene, and choose one so as to have a default
// position for Tony that will be in the walkable areas
RMBoxLoc *box = _vm->_theBoxes.getBoxes(sceneNumber);
scenePos.set(box->boxes[0].hotspot[0].hotx, box->boxes[0].hotspot[0].hoty);
scenePos.set(box->_boxes[0]._hotspot[0]._hotx, box->_boxes[0]._hotspot[0]._hoty);
}

// Set up a process to change the scene
Expand Down

0 comments on commit 44ee26e

Please sign in to comment.