aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--webAO/client.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/webAO/client.html b/webAO/client.html
index 1066405..20f436d 100644
--- a/webAO/client.html
+++ b/webAO/client.html
@@ -93,7 +93,9 @@
<option value="4">Blue</option>
</select>
<label for="sendsfx">SFX</label>
- <input type="checkbox" id="sendsfx" name="sendsfx" value="sendsfx">
+ <input type="checkbox" id="sendsfx" name="sendsfx" value="sendsfx" checked>
+ <label for="sendpreanim">Preanimation</label>
+ <input type="checkbox" id="sendpreanim" name="sendpreanim" value="sendpreanim">
<br>
<br>
<button id="button_flip" alt="Flip" class="client_button" onclick="toggleFlip()">Flip</button>