diff options
Diffstat (limited to 'web/dartboat_wasm.c')
-rw-r--r-- | web/dartboat_wasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/dartboat_wasm.c b/web/dartboat_wasm.c index 1815d53..afff868 100644 --- a/web/dartboat_wasm.c +++ b/web/dartboat_wasm.c @@ -367,8 +367,8 @@ EMSCRIPTEN_KEEPALIVE void start_match(int mode) EM_ASM({updatePlayerAvg($0, $1)}, 2, 0); } + EM_ASM({promptMsgL($0)}, "Enter points:"); EM_ASM({promptMsgR($0)}, ""); - EM_ASM({promptMsgL($0)}, ""); draw_visits(); } |