summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorJoshua Judson Rosen2017-03-27 01:32:33 -0400
committerJoshua Judson Rosen2017-03-28 22:07:50 -0400
commit1ddaf31890b4e1f5d80f3c0934d44a098dc935cd (patch)
treec6e89dc6aead1a69c684b082b665287a8ce7f0a0 /src/main.c
parentREPL: just use guile's normal REPL (diff)
downloadgnurobots-1ddaf31890b4e1f5d80f3c0934d44a098dc935cd.tar.gz
UI: show for _what_ types of things robot is smelling/feeling/looking
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 fcc55f5..9867bcb 100644
--- a/src/main.c
+++ b/src/main.c
@@ -370,7 +370,7 @@ void gui_main()
/* draw the map */
ui_arena_draw(arena);
- ui_arena_update_status(arena, "Welcome to GNU Robots",
+ ui_arena_update_status(arena, "Welcome to GNU Robots", NULL,
robot->energy, robot->score, robot->shields);
gtk_main();