Test on a few methods/classes

This commit is contained in:
Leonard2 2016-11-07 00:30:26 +01:00
commit fb2a843c03
6 changed files with 41 additions and 3 deletions

View file

@ -47,7 +47,7 @@ extern cycle_t BotSupportCycles;
extern cycle_t ActionCycles;
extern int BotWTG;
IMPLEMENT_CLASS(DThinker, false, false, false, false)
IMPLEMENT_CLASS(DThinker, false, false, false, true)
DThinker *NextToThink;