From 664463d5d829d547a3f28ec40875dacecc78ca06 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Thu, 20 Dec 2012 08:35:11 +0100 Subject: HOPKINS: Fix bug introduced in previous commit, more renaming --- engines/hopkins/objects.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/hopkins/objects.h') diff --git a/engines/hopkins/objects.h b/engines/hopkins/objects.h index 00eddfdd5e..623847124c 100644 --- a/engines/hopkins/objects.h +++ b/engines/hopkins/objects.h @@ -218,10 +218,10 @@ public: void OPTI_ONE(int a1, int a2, int a3, int a4); void AFFICHE_SPEED1(byte *speedData, int xp, int yp, int img); int BOBPOSI(int idx); - void BOBANIM_ON(int idx); - void BOBANIM_OFF(int idx); + void setBobAnimation(int idx); + void stopBobAnimation(int idx); void SET_BOBPOSI(int idx, int a2); - int BOBX(int idx); + int getBobPosX(int idx); int BOBY(int idx); int BOBA(int idx); -- cgit v1.2.3