MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / restoreReplaySeed

Function restoreReplaySeed

TheForceEngine/TFE_Input/replay.cpp:197–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 }
196
197 void restoreReplaySeed()
198 {
199 TFE_DarkForces::setSeed(replay_seed);
200 TFE_System::logWrite(LOG_MSG, "Replay", "Loading Seed: %d", replay_seed);
201 }
202
203 // Wipe all event history
204 void clearEvents()

Callers 1

loadReplayFunction · 0.85

Calls 2

setSeedFunction · 0.85
logWriteFunction · 0.85

Tested by

no test coverage detected