X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flibr2c2%2Ftrainai.h;h=85c27b794742e456292f18468b5163a8340dceff;hb=d41f66805bc9fe0b33e3d46b47f52e67b5782028;hp=3f98613ded273808782d1244df60efb4f359f831;hpb=9f4f169affcedcf249e935f93e0a15ed60232f6a;p=r2c2.git diff --git a/source/libr2c2/trainai.h b/source/libr2c2/trainai.h index 3f98613..85c27b7 100644 --- a/source/libr2c2/trainai.h +++ b/source/libr2c2/trainai.h @@ -44,6 +44,7 @@ public: virtual void message(const Message &) { } virtual void tick(const Msp::Time::TimeDelta &) = 0; + virtual bool has_intent_to_move() const { return false; } }; } // namespace R2C2