mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-03-13 22:22:13 +00:00
Fixed a small warning
This commit is contained in:
parent
9b91bc80a8
commit
b0468049ce
1 changed files with 3 additions and 3 deletions
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.20 2002/04/30 12:14:53 makro
|
||||
// Fixed a small warning
|
||||
//
|
||||
// Revision 1.19 2002/04/30 11:54:37 makro
|
||||
// Bots rule ! Also, added clips to give all. Maybe some other things
|
||||
//
|
||||
|
@ -191,9 +194,6 @@ int RQ3_Bot_ClipForWeapon( bot_state_t *bs, int weapon )
|
|||
return 0;
|
||||
break;
|
||||
}
|
||||
|
||||
//not needed, but oh well...
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue