summaryrefslogtreecommitdiff
path: root/src/screen/world.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen/world.c')
-rw-r--r--src/screen/world.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/screen/world.c b/src/screen/world.c
index 6aee31b..5cfb301 100644
--- a/src/screen/world.c
+++ b/src/screen/world.c
@@ -500,6 +500,9 @@ void startWorld()
static void action_analyze(space_t * space, tux_t * tux, void *p)
{
+ UNUSET(space);
+ UNUSET(p);
+
analyze_add(tux->name, tux->score);
}