Home
last modified time | relevance | path

Searched refs:DEBUGREC_START_FRAME (Results 1 – 2 of 2) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/
H A DC4Include.h31 constexpr int DEBUGREC_START_FRAME = 0; variable
/dports/games/openclonk/openclonk-release-8.1-src/src/control/
H A DC4Record.cpp996 if (Game.FrameCounter < DEBUGREC_START_FRAME) return; in Check()