aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/objects.h
diff options
context:
space:
mode:
authorStrangerke2013-01-10 20:10:16 +0100
committerStrangerke2013-01-10 20:10:16 +0100
commit66cc7d099e3787b50a45d289652e9f258a2a805d (patch)
tree13177e9e5a65142d423360283175b03ef4e24c33 /engines/hopkins/objects.h
parent36894babe1ddecc10c9fedba36c5649f3e21b84e (diff)
downloadscummvm-rg350-66cc7d099e3787b50a45d289652e9f258a2a805d.tar.gz
scummvm-rg350-66cc7d099e3787b50a45d289652e9f258a2a805d.tar.bz2
scummvm-rg350-66cc7d099e3787b50a45d289652e9f258a2a805d.zip
HOPKINS: Some refactoring of PARC_VOITURE and initRoute
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 d8f9c13506..f96d13a3c7 100644
--- a/engines/hopkins/objects.h
+++ b/engines/hopkins/objects.h
@@ -189,7 +189,7 @@ public:
void VERIFTAILLE();
void PACOURS_PROPRE(int16 *a1);
- int16 *PARC_VOITURE(int a1, int a2, int a3, int a4);
+ int16 *PARC_VOITURE(int x1, int y1, int x2, int y2);
void nextVerbIcon();
void handleRightButton();
int MZONE();