diff options
author | aap <aap@papnet.eu> | 2020-04-25 11:25:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-25 11:25:19 +0200 |
commit | ad9ebbd390e06de485d6d212f498326cc7d73d83 (patch) | |
tree | 7bc1ccc789ebbc5a22e57ec5ee65ac1ea8d3afb7 /src/core/AnimViewer.cpp | |
parent | disable mouse steering by default (diff) | |
parent | implemented debugmenu (diff) | |
download | re3-ad9ebbd390e06de485d6d212f498326cc7d73d83.tar re3-ad9ebbd390e06de485d6d212f498326cc7d73d83.tar.gz re3-ad9ebbd390e06de485d6d212f498326cc7d73d83.tar.bz2 re3-ad9ebbd390e06de485d6d212f498326cc7d73d83.tar.lz re3-ad9ebbd390e06de485d6d212f498326cc7d73d83.tar.xz re3-ad9ebbd390e06de485d6d212f498326cc7d73d83.tar.zst re3-ad9ebbd390e06de485d6d212f498326cc7d73d83.zip |
Diffstat (limited to 'src/core/AnimViewer.cpp')
-rw-r--r-- | src/core/AnimViewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/AnimViewer.cpp b/src/core/AnimViewer.cpp index cf3ec5bf..36ea20b7 100644 --- a/src/core/AnimViewer.cpp +++ b/src/core/AnimViewer.cpp @@ -37,6 +37,7 @@ #include "Shadows.h" #include "Radar.h" #include "Hud.h" +#include "debugmenu.h" int CAnimViewer::animTxdSlot = 0; CEntity *CAnimViewer::pTarget = nil; @@ -208,7 +209,6 @@ PlayAnimation(RpClump *clump, AssocGroupId animGroup, AnimationId anim) animAssoc->SetRun(); } -extern void (*DebugMenuProcess)(void); void CAnimViewer::Update(void) { |