From eba0177930cac4c1935571654911cc3264328ddc Mon Sep 17 00:00:00 2001 From: Asa Kravets Date: Sun, 3 Jan 2010 17:25:23 +0000 Subject: * Renamed MAX_STAMINA to STAMINA_MAX and moved to tremulous.h --- src/game/g_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/g_cmds.c') diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c index 6ee9bf7b..4c3067ed 100644 --- a/src/game/g_cmds.c +++ b/src/game/g_cmds.c @@ -374,7 +374,7 @@ void Cmd_Give_f( gentity_t *ent ) } if( give_all || Q_stricmp( name, "stamina" ) == 0 ) - ent->client->ps.stats[ STAT_STAMINA ] = MAX_STAMINA; + ent->client->ps.stats[ STAT_STAMINA ] = STAMINA_MAX; if( Q_stricmp( name, "poison" ) == 0 ) { -- cgit