Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/control/
H A DC4PlayerInfo.h224 CIF_Initial = 1<<2, // set for first-time player info packets enumerator
261 …bool IsInitialPacket() const { return !!(dwFlags & CIF_Initial); } // returns whether this packet … in IsInitialPacket()
H A DC4PlayerInfo.cpp390 dwFlags |= CIF_Initial; in C4ClientPlayerInfos()
647 { "Initial", CIF_Initial }, in CompileFunc()