diff --git a/fbxa/bot_qw.qc b/fbxa/bot_qw.qc index b9f731f..f64c9b5 100644 --- a/fbxa/bot_qw.qc +++ b/fbxa/bot_qw.qc @@ -75,6 +75,18 @@ ClientFixRankings(); // FrikBot #include "libfrikbot.h" +@implementation Bot +- (id) init +{ + return [super init]; +} + +- (id) initWithEntity:(entity) e +{ + return [super initWithEntity:e]; +} +@end + void () bot_map_load = {