From b0468049cea4136b0b28454dd327fcbfc4e9ee4a Mon Sep 17 00:00:00 2001 From: Andrei Drexler Date: Tue, 30 Apr 2002 12:14:53 +0000 Subject: [PATCH] Fixed a small warning --- reaction/game/ai_dmq3.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reaction/game/ai_dmq3.c b/reaction/game/ai_dmq3.c index 76062166..22d778d5 100644 --- a/reaction/game/ai_dmq3.c +++ b/reaction/game/ai_dmq3.c @@ -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; }