| 178 | } |
| 179 | |
| 180 | void loadInitTime() |
| 181 | { |
| 182 | TFE_DarkForces::s_curTick = inputEvents[0].curTick; |
| 183 | TFE_DarkForces::s_prevTick = inputEvents[0].prevTick; |
| 184 | TFE_DarkForces::s_deltaTime = inputEvents[0].deltaTime; |
| 185 | TFE_DarkForces::s_timeAccum = inputEvents[0].timeAccum; |
| 186 | TFE_DarkForces::s_playerTick = inputEvents[0].plTick; |
| 187 | TFE_DarkForces::s_prevPlayerTick = inputEvents[0].plPrevTick; |
| 188 | memcpy(TFE_DarkForces::s_frameTicks, inputEvents[0].frameTicks, sizeof(fixed16_16) * TFE_ARRAYSIZE(inputEvents[0].frameTicks)); |
| 189 | } |
| 190 | |
| 191 | void recordReplaySeed() |
| 192 | { |