From 1ddaf31890b4e1f5d80f3c0934d44a098dc935cd Mon Sep 17 00:00:00 2001 From: Joshua Judson Rosen Date: Mon, 27 Mar 2017 01:32:33 -0400 Subject: UI: show for _what_ types of things robot is smelling/feeling/looking --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') 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(); -- cgit v1.1