MCPcopy Create free account
hub / github.com/ZDoom/Raze / InitTimingVars

Function InitTimingVars

source/games/sw/src/input.cpp:35–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34
35BEGIN_SW_NS
36
37//---------------------------------------------------------------------------
38//
39//
40//
41//---------------------------------------------------------------------------
42
43void InitTimingVars(void)
44{
45 PlayClock = 0;
46 randomseed = 17L;
47 MoveSkip8 = 2;
48 MoveSkip2 = 0;
49 MoveSkip4 = 1; // start slightly offset so these
50}
51
52#if 0
53enum

Callers 4

SerializeGameStateMethod · 0.85
InitLevelGlobals2Function · 0.85
InitLevelFunction · 0.85
InitRunLevelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected