Home
last modified time | relevance | path

Searched refs:mPauseTime (Results 1 – 2 of 2) sorted by relevance

/dports/games/odamex/odamex-src-0.7.0/common/
H A Dp_snapshot.h566 void setPauseTime(int val) { mPauseTime = val; } in setPauseTime()
616 int getPauseTime() const { return mPauseTime; } in getPauseTime()
681 int mPauseTime; variable
H A Dp_snapshot.cpp685 mCrusherSpeed1(0), mCrusherSpeed2(0), mStepTime(0), mPerStepTime(0), mPauseTime(0), in SectorSnapshot()
752 mPauseTime = floor->m_PauseTime; in SectorSnapshot()
969 floor->m_PauseTime = mPauseTime; in toSector()