From 69a08b2874eb2365b95cdf5d606ca8a22a428345 Mon Sep 17 00:00:00 2001 From: Andrei Drexler Date: Fri, 5 Apr 2002 03:12:28 +0000 Subject: [PATCH] Radio stuff --- reaction/game/ai_main.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reaction/game/ai_main.h b/reaction/game/ai_main.h index ab79ab9e..2db10019 100644 --- a/reaction/game/ai_main.h +++ b/reaction/game/ai_main.h @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.7 2002/04/05 03:12:28 makro +// Radio stuff +// // Revision 1.6 2002/04/03 17:39:36 makro // Made bots handle incoming radio spam better // @@ -206,7 +209,6 @@ typedef struct bot_state_s float blockedbyavoidspot_time; //time blocked by an avoid spot float predictobstacles_time; //last time the bot predicted obstacles int predictobstacles_goalareanum; //last goal areanum the bot predicted obstacles for - float radioresponse_time; //Makro - the last time the bot responded to a radio message int radioresponse_count; //Makro - how many times the bot responded to radio messages