Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dg_demo.c2017 UINT16 count, ghostversion; in G_AddGhost() local
2063 ghostversion = READUINT16(p); in G_AddGhost()
2064 switch(ghostversion) in G_AddGhost()
2097 if (ghostversion <= 0x0008) in G_AddGhost()
2149 p += (ghostversion < 0x000e) ? 2 : 2 * sizeof(fixed_t); // height and spinheight in G_AddGhost()
2182 gh->version = ghostversion; in G_AddGhost()