aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/objects.h
diff options
context:
space:
mode:
authorStrangerke2013-04-02 00:29:20 +0200
committerStrangerke2013-04-02 00:29:20 +0200
commit992aa0d7073634f7dbe039edf294fce36503e124 (patch)
treea2afc8ca45ade7384aa6e37fdd340749648edb64 /engines/hopkins/objects.h
parentdac4cb9e671033b44577e5cd1be06d357206ddcc (diff)
downloadscummvm-rg350-992aa0d7073634f7dbe039edf294fce36503e124.tar.gz
scummvm-rg350-992aa0d7073634f7dbe039edf294fce36503e124.tar.bz2
scummvm-rg350-992aa0d7073634f7dbe039edf294fce36503e124.zip
HOPKINS: Rework OPTI_ONE to make it more readable, rename it
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 3b1375c2a1..d14e353840 100644
--- a/engines/hopkins/objects.h
+++ b/engines/hopkins/objects.h
@@ -324,12 +324,12 @@ public:
void quickDisplayBobSprite(int idx);
void initVbob(byte *src, int idx, int xp, int yp, int frameIndex);
void disableVbob(int idx);
+ void setAndPlayAnim(int idx, int animIdx, int destPosi, bool animAction);
void PERSONAGE(const Common::String &backgroundFile, const Common::String &linkFile,
const Common::String &animFile, const Common::String &s4, int soundNum, bool initializeScreen);
void PERSONAGE2(const Common::String &backgroundFile, const Common::String &linkFile,
const Common::String &animFile, const Common::String &s4, int soundNum, bool initializeScreen);
- void OPTI_ONE(int idx, int animIdx, int destPosi, int animAction);
void GOHOME();
void PARADISE();
};