Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dg_demo.c168 UINT8 ziptic; in G_ReadDemoTiccmd() local
174 if (ziptic & ZT_FWD) in G_ReadDemoTiccmd()
198 char ziptic = 0; in G_WriteDemoTiccmd() local
210 ziptic |= ZT_FWD; in G_WriteDemoTiccmd()
217 ziptic |= ZT_SIDE; in G_WriteDemoTiccmd()
241 *ziptic_p = ziptic; in G_WriteDemoTiccmd()
318 char ziptic = 0; in G_WriteGhostTic() local
340 ziptic |= GZT_XYZ; in G_WriteGhostTic()
523 UINT8 ziptic; in G_ConsGhostTic() local
961 UINT8 ziptic; in G_ReadMetalTic() local
[all …]
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dg_game.c3255 if(ziptic & ZT_FWD) in G_ReadDemoTiccmd()
3258 if(ziptic & ZT_SIDE) in G_ReadDemoTiccmd()
3261 if(ziptic & ZT_ANGLE) in G_ReadDemoTiccmd()
3280 if(ziptic & ZT_CHAT) in G_ReadDemoTiccmd()
3298 char ziptic=0; in G_WriteDemoTiccmd() local
3308 ziptic|=ZT_FWD; in G_WriteDemoTiccmd()
3315 ziptic|=ZT_SIDE; in G_WriteDemoTiccmd()
3322 ziptic|=ZT_ANGLE; in G_WriteDemoTiccmd()
3329 ziptic|=ZT_BUTTONS; in G_WriteDemoTiccmd()
3336 ziptic|=ZT_AIMING; in G_WriteDemoTiccmd()
[all …]