diff options
author | Tim Angus <tim@ngus.net> | 2001-08-26 00:11:00 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-08-26 00:11:00 +0000 |
commit | 5af435dc4a2c87798f1b72b1e113209e1d1c2de4 (patch) | |
tree | cbf34aef70450ae4afa0dfd2131c7e09581d333f /src/cgame/cg_consolecmds.c | |
parent | 5142c20dd1c4e0e7c4f0f94cb780b218beb167d6 (diff) |
Added extra build weapons
Diffstat (limited to 'src/cgame/cg_consolecmds.c')
-rw-r--r-- | src/cgame/cg_consolecmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_consolecmds.c b/src/cgame/cg_consolecmds.c index 5f1bb0d6..316baef8 100644 --- a/src/cgame/cg_consolecmds.c +++ b/src/cgame/cg_consolecmds.c @@ -227,7 +227,7 @@ static void CG_ClientMenu( const char *menuname ) } else if( !Q_stricmp( menuname, "hmcusell" ) ) { - strcpy( menuDef, "5,5|Sell|1,1,1,1|0.000,0.412,0.702,1|1,1,1,1|2|32||" ); + strcpy( menuDef, "5,5|Sell|1,1,1,1|0.000,0.412,0.702,1|1,1,1,1|2|32|" ); for( i = WP_NONE +1; i < WP_NUM_WEAPONS; i++ ) { if( BG_gotWeapon( i, cg.snap->ps.stats ) ) |