Searched refs:LEVEL_USEPLAYERSTARTZ (Results 1 – 4 of 4) sorted by relevance
170 LEVEL_USEPLAYERSTARTZ = 0x08000000, // Use the Z position of player starts enumerator
1257 { "useplayerstartz", MITYPE_SETFLAG, LEVEL_USEPLAYERSTARTZ, 0 },
1431 if (!(level.flags & LEVEL_USEPLAYERSTARTZ)) in G_CheckSpot()
4473 if (level.flags & LEVEL_USEPLAYERSTARTZ) in P_SpawnPlayer()