summaryrefslogtreecommitdiff
path: root/web/web_control.c
diff options
context:
space:
mode:
Diffstat (limited to 'web/web_control.c')
-rw-r--r--web/web_control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/web_control.c b/web/web_control.c
index c9fb138..8d01e5a 100644
--- a/web/web_control.c
+++ b/web/web_control.c
@@ -173,7 +173,7 @@ void user_visit(int points)
void user_visit_to_rem(int rem)
{
- user_visit(state->legs[0]->rem - rem);
+ user_visit(state_active_leg()->rem - rem);
}
static void undo_active()