diff options
author | aap <aap@papnet.eu> | 2020-05-09 13:00:39 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-05-09 13:00:39 +0200 |
commit | 989ded6052f6bd1c5d518e65768cce85a92fc20b (patch) | |
tree | a6560865ae82445f61b9e48082c0e82aeddf51c4 /src/animation/CutsceneMgr.h | |
parent | Merge branch 'miami' of github.com:GTAmodding/re3 into miami (diff) | |
download | re3-989ded6052f6bd1c5d518e65768cce85a92fc20b.tar re3-989ded6052f6bd1c5d518e65768cce85a92fc20b.tar.gz re3-989ded6052f6bd1c5d518e65768cce85a92fc20b.tar.bz2 re3-989ded6052f6bd1c5d518e65768cce85a92fc20b.tar.lz re3-989ded6052f6bd1c5d518e65768cce85a92fc20b.tar.xz re3-989ded6052f6bd1c5d518e65768cce85a92fc20b.tar.zst re3-989ded6052f6bd1c5d518e65768cce85a92fc20b.zip |
Diffstat (limited to 'src/animation/CutsceneMgr.h')
-rw-r--r-- | src/animation/CutsceneMgr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/animation/CutsceneMgr.h b/src/animation/CutsceneMgr.h index bfdcdb57..18eff0e5 100644 --- a/src/animation/CutsceneMgr.h +++ b/src/animation/CutsceneMgr.h @@ -41,7 +41,6 @@ public: static void Shutdown(void); static void LoadCutsceneData(const char *szCutsceneName); static void FinishCutscene(void); - static void SetHeadAnim(const char *animName, CObject *pObject); static void SetupCutsceneToStart(void); static void SetCutsceneAnim(const char *animName, CObject *pObject); static CCutsceneHead *AddCutsceneHead(CObject *pObject, int modelId); |