From 8f6cc0930258d39570676d349db062b0c54ba1ad Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Sat, 15 Apr 2017 08:27:58 +0200 Subject: multi-protocol: rename powerups to misc in the playerState_t and entityState_t structs --- src/game/g_team.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/g_team.c') diff --git a/src/game/g_team.c b/src/game/g_team.c index 133711b..1d8d102 100644 --- a/src/game/g_team.c +++ b/src/game/g_team.c @@ -198,7 +198,7 @@ void TeamplayInfoMessage( gentity_t *ent ) " %i %i %i %i %i %i", // level.sortedClients[i], player->client->pers.teamState.location, h, a, i, player->client->pers.teamState.location, h, a, - player->client->ps.weapon, player->s.powerups ); + player->client->ps.weapon, player->s.misc ); j = strlen( entry ); -- cgit