agent::on_senses_update(): Split off on_tick()

This commit is contained in:
Petr Baudis 2011-11-27 00:33:05 +01:00
parent 9c746310de
commit f0d0bef899
3 changed files with 11 additions and 0 deletions

View file

@ -30,6 +30,11 @@ agent::move_dir(int dir_x, int dir_y)
void
agent::on_tick(void)
{
}
void
agent::on_senses_update(void)
{
if (!conn)
return;