mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-11 15:52:30 +00:00
Removed a debug message left behind..
This commit is contained in:
parent
eebd48453e
commit
9e29fc6d52
1 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.33 2002/05/07 15:04:56 slicer
|
||||
// Removed a debug message left behind..
|
||||
//
|
||||
// Revision 1.32 2002/05/06 21:40:37 slicer
|
||||
// Added rq3_cmd
|
||||
//
|
||||
|
@ -1207,7 +1210,7 @@ void CG_RQ3_Cmd () {
|
|||
CG_SetTeamPlayers();
|
||||
break;
|
||||
case SELECTPISTOL:
|
||||
CG_Printf("Selecting pistol\n");
|
||||
// CG_Printf("Selecting pistol\n");
|
||||
if (cg.snap) {
|
||||
switch (cg.snap->ps.weapon) {
|
||||
case WP_PISTOL:
|
||||
|
|
Loading…
Reference in a new issue