aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/objects.h
diff options
context:
space:
mode:
authorStrangerke2013-01-12 00:38:23 +0100
committerStrangerke2013-01-12 00:38:23 +0100
commite28c459a3baa84bfa12ee779c7776f49717edb43 (patch)
treecb856132e07fc234766111272819228695c44d1c /engines/hopkins/objects.h
parent8fa4b4b8466a6b94523c40f57ce6459134fced54 (diff)
downloadscummvm-rg350-e28c459a3baa84bfa12ee779c7776f49717edb43.tar.gz
scummvm-rg350-e28c459a3baa84bfa12ee779c7776f49717edb43.tar.bz2
scummvm-rg350-e28c459a3baa84bfa12ee779c7776f49717edb43.zip
HOPKINS: Start refactoring VERIF_SMOOTH
Diffstat (limited to 'engines/hopkins/objects.h')
-rw-r--r--engines/hopkins/objects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/objects.h b/engines/hopkins/objects.h
index 1919d57ecf..b7f1d3c44b 100644
--- a/engines/hopkins/objects.h
+++ b/engines/hopkins/objects.h
@@ -189,7 +189,7 @@ public:
void computeAndSetSpriteSize();
void PACOURS_PROPRE(int16 *a1);
- int16 *PARC_VOITURE(int x1, int y1, int x2, int y2);
+ int16 *cityMapCarRoute(int x1, int y1, int x2, int y2);
void nextVerbIcon();
void handleRightButton();
int MZONE();