summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 4bac374..8710ca1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -86,7 +86,7 @@ gint main(gint argc, gchar *argv[])
/* Check command line */
/* Create a robot Object */
- robot = g_robot_new(1, 1, 1, 0, DEFAULT_ENERGY, DEFAULT_SHIELDS, 0, 0,
+ robot = g_robot_new(1, 1, EAST, 0, DEFAULT_ENERGY, DEFAULT_SHIELDS, 0, 0,
NULL, NULL);
g_assert(robot != NULL);