Home
last modified time | relevance | path

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

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_battl.c91 short WhoKilledWho[ MAXPLAYERS ][ MAXPLAYERS ]; variable
225 WhoKilledWho[ index ][ index2 ] = 0; in BATTLE_Init()
503 WhoKilledWho[ index ][ index2 ] = 0; in BATTLE_Shutdown()
695 WhoKilledWho[ player ][ player ]++; in BATTLE_CheckGameStatus()
1009 WhoKilledWho[ killer ][ victim ]++; in BATTLE_PlayerKilledPlayer()
1015 WhoKilledWho[ killer ][ victim ] += points; in BATTLE_PlayerKilledPlayer()
1023 WhoKilledWho[ killer ][ victim ]++; in BATTLE_PlayerKilledPlayer()
1056 WhoKilledWho[ killer ][ victim ]++; in BATTLE_PlayerKilledPlayer()
1090 WhoKilledWho[ killer ][ victim ]++; in BATTLE_PlayerKilledPlayer()
H A Drt_battl.h199 extern short WhoKilledWho[ MAXPLAYERS ][ MAXPLAYERS ];
H A Drt_game.c3632 KillCount[ killer ] += WhoKilledWho[ killer ][ victim ]; in ShowKills()
3694 itoa( WhoKilledWho[ localplayer ][ player ], tempstr, 10 ); in ShowKills()
3742 DeathCount[ victim ] += WhoKilledWho[ killer ][ victim ]; in ShowDeaths()
3800 itoa( WhoKilledWho[ player ][ localplayer ], tempstr, 10 ); in ShowDeaths()
3910 killcount += WhoKilledWho[ killer ][ victim ]; in ShowEndScore()
3914 suicidecount += WhoKilledWho[ killer ][ victim ]; in ShowEndScore()