aboutsummaryrefslogtreecommitdiff
path: root/client/ui_orders.c
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-06-29 18:58:28 +0200
committerlonkaars <loek@pipeframe.xyz>2022-06-29 18:58:28 +0200
commit92157948b61c866d842519a375000b3f812d2f12 (patch)
treee7e8db92bc303c08b14ccd15663729df2ce3bb42 /client/ui_orders.c
parenta93bcdf20962a9fe32c1dd19aa820551ac13212d (diff)
`make format`
Diffstat (limited to 'client/ui_orders.c')
-rw-r--r--client/ui_orders.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/ui_orders.c b/client/ui_orders.c
index 6357c03..c01c162 100644
--- a/client/ui_orders.c
+++ b/client/ui_orders.c
@@ -64,7 +64,7 @@ void w2_ui_orders_cmd_send() {
for (int i = 0; i < g_w2_order_buffer_index; i++) {
W2_CREATE_MSG_BIN(w2_s_cmd_bomd_rx, msg, bin);
- msg->opcode = W2_CMD_BOMD | W2_CMDDIR_RX;
+ msg->opcode = W2_CMD_BOMD | W2_CMDDIR_RX;
msg->id = w2_bin_hton32(rand());
msg->position = w2_bin_hton32(g_w2_order_buffer[i]);