diff options
| author | Joshua Judson Rosen | 2017-03-27 01:32:33 -0400 |
|---|---|---|
| committer | Joshua Judson Rosen | 2017-03-28 22:07:50 -0400 |
| commit | 1ddaf31890b4e1f5d80f3c0934d44a098dc935cd (patch) | |
| tree | c6e89dc6aead1a69c684b082b665287a8ce7f0a0 /src/main.c | |
| parent | REPL: just use guile's normal REPL (diff) | |
| download | gnurobots-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |
