diff options
Diffstat (limited to 'mp/src/game/shared/choreoscene.h')
| -rw-r--r-- | mp/src/game/shared/choreoscene.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mp/src/game/shared/choreoscene.h b/mp/src/game/shared/choreoscene.h index e4d22871..d8203c14 100644 --- a/mp/src/game/shared/choreoscene.h +++ b/mp/src/game/shared/choreoscene.h @@ -326,6 +326,8 @@ private: // Current simulation time float m_flCurrentTime; + float m_flStartLoopTime; + float m_flStartTime; float m_flEndTime; |