diff options
Diffstat (limited to 'src/screen')
| -rw-r--r-- | src/screen/world.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screen/world.c b/src/screen/world.c index 5cfb301..8bb7215 100644 --- a/src/screen/world.c +++ b/src/screen/world.c @@ -500,8 +500,8 @@ void startWorld() static void action_analyze(space_t * space, tux_t * tux, void *p) { - UNUSET(space); - UNUSET(p); + UNUSED(space); + UNUSED(p); analyze_add(tux->name, tux->score); } |