MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / Tick

Method Tick

Source/GameData.cpp:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232void sGameRecorded::Tick() {
233 if(!mTickDisabled)
234 ++mTick;
235}
236
237void sGameRecorded::save() {
238 std::lock_guard<std::mutex> lock(mLockMtx);

Callers 1

Interrupt_RedrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected