From e28c459a3baa84bfa12ee779c7776f49717edb43 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sat, 12 Jan 2013 00:38:23 +0100 Subject: HOPKINS: Start refactoring VERIF_SMOOTH --- engines/hopkins/objects.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hopkins/objects.h') 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(); -- cgit v1.2.3