summaryrefslogtreecommitdiffstats
path: root/src/animation/AnimBlendAssociation.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-05-18 13:06:40 +0200
committerSergeanur <s.anureev@yandex.ua>2021-06-24 20:42:10 +0200
commitc7821635fde41f2302d7f755ae80d8f1a3c815b7 (patch)
treefb529923f5e878c5393897360c5d0a21f2a4b420 /src/animation/AnimBlendAssociation.h
parentFix C3dMarkers::PlaceMarker calls in Radar (diff)
downloadre3-c7821635fde41f2302d7f755ae80d8f1a3c815b7.tar
re3-c7821635fde41f2302d7f755ae80d8f1a3c815b7.tar.gz
re3-c7821635fde41f2302d7f755ae80d8f1a3c815b7.tar.bz2
re3-c7821635fde41f2302d7f755ae80d8f1a3c815b7.tar.lz
re3-c7821635fde41f2302d7f755ae80d8f1a3c815b7.tar.xz
re3-c7821635fde41f2302d7f755ae80d8f1a3c815b7.tar.zst
re3-c7821635fde41f2302d7f755ae80d8f1a3c815b7.zip
Diffstat (limited to 'src/animation/AnimBlendAssociation.h')
-rw-r--r--src/animation/AnimBlendAssociation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/animation/AnimBlendAssociation.h b/src/animation/AnimBlendAssociation.h
index dbfcb722..da026e01 100644
--- a/src/animation/AnimBlendAssociation.h
+++ b/src/animation/AnimBlendAssociation.h
@@ -81,6 +81,7 @@ public:
void UpdateTimeStep(float timeDelta, float relSpeed);
bool UpdateTime(float timeDelta, float relSpeed);
bool UpdateBlend(float timeDelta);
+ void Remove();
void SetRun(void) { flags |= ASSOC_RUNNING; }