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 25f2ccb..f44315f 100644
--- a/web/web_control.c
+++ b/web/web_control.c
@@ -40,7 +40,7 @@ void update_user_rem_from_pts(int pts)
EMSCRIPTEN_KEEPALIVE
void end_boat_visit(int rem, double avg)
{
- EM_ASM(svgClearPoints());
+ svg_clear_points();
update_player_rem(2, rem);
scoreboard_set_player_avg(2, avg);
prompt_set_input(NULL);