aboutsummaryrefslogtreecommitdiff
path: root/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'world.h')
-rw-r--r--world.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/world.h b/world.h
index 90ca74e..e964e8d 100644
--- a/world.h
+++ b/world.h
@@ -94,7 +94,7 @@ public:
~World();
Robot& create(const Team *team,int iset,int nbanks,bool mobile);
- Robot& create(const Team *team,int iset,int nbanks,bool mobile,int x,int y);
+ Robot& create(const Team *team,int iset,int nbanks,bool mobile,int x,int y,int heading);
Robot& createInFront(const Robot *caller,const Team *team,int iset,int nbanks,bool mobile);
void tick();