aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/gfxengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/gfxengine.h')
-rw-r--r--engines/tony/gfxengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/gfxengine.h b/engines/tony/gfxengine.h
index 41255229b8..3f90d41ad7 100644
--- a/engines/tony/gfxengine.h
+++ b/engines/tony/gfxengine.h
@@ -150,7 +150,7 @@ public:
void LoadState(CORO_PARAM, const char *fn);
// Selects a location
- void SelectLocation(RMPoint ptTonyStart=RMPoint(-1,-1), RMPoint start=RMPoint(-1,-1));
+ void SelectLocation(const RMPoint &ptTonyStart = RMPoint(-1, -1), const RMPoint &start = RMPoint(-1,-1));
// Pauses sound
void PauseSound(bool bPause);