agent::spawn(): Introduce

This commit is contained in:
Petr Baudis 2011-11-27 04:30:18 +01:00
parent 7714906baa
commit 812e0da79b
3 changed files with 12 additions and 4 deletions

View file

@ -7,6 +7,12 @@
#include "main.h"
#include "map.h"
void
agent::spawn(void)
{
spawn_at(map.agent_startpos());
}
void
agent::spawn_at(class tile &t)
{