Home
last modified time | relevance | path

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

/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dam_map.c86 static unsigned ShowKillsCount = 0; variable
540 if (cheat_kills[ShowKillsCount] == ev->data1 && netgame && deathmatch) in AM_Responder()
542 ShowKillsCount++; in AM_Responder()
543 if (ShowKillsCount == 5) in AM_Responder()
545 ShowKillsCount = 0; in AM_Responder()
552 ShowKillsCount = 0; in AM_Responder()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dam_map.c86 static unsigned ShowKillsCount = 0; variable
537 if (cheat_kills[ShowKillsCount] == ev->data1 && netgame && deathmatch) in AM_Responder()
539 ShowKillsCount++; in AM_Responder()
540 if (ShowKillsCount == 5) in AM_Responder()
542 ShowKillsCount = 0; in AM_Responder()
549 ShowKillsCount = 0; in AM_Responder()
/dports/games/uhexen/uhexen-0.601/src/
H A Dam_map.c84 static unsigned ShowKillsCount = 0; variable
485 if(cheat_kills[ShowKillsCount] == ev->data1 && netgame && deathmatch) in AM_Responder()
487 ShowKillsCount++; in AM_Responder()
488 if(ShowKillsCount == 5) in AM_Responder()
490 ShowKillsCount = 0; in AM_Responder()
497 ShowKillsCount = 0; in AM_Responder()