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

Method DisableTicks

Source/GameData.cpp:219–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void sGameRecorded::DisableTicks() {
220 // Version 1 Demos didnt stop ticks
221 // Version 2 Demos stop ticks during image fadeout/fadein
222 // Version 3 Demos have an greater number of sprites
223 if (mVersion >= 2)
224 mTickDisabled = true;
225}
226
227void sGameRecorded::EnableTicks() {
228 if(mVersion >= 2)

Callers 2

Image_FadeInMethod · 0.80
Image_FadeOutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected