diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-29 18:58:28 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-29 18:58:28 +0200 |
commit | 92157948b61c866d842519a375000b3f812d2f12 (patch) | |
tree | e7e8db92bc303c08b14ccd15663729df2ce3bb42 /client/ui_orders.c | |
parent | a93bcdf20962a9fe32c1dd19aa820551ac13212d (diff) |
`make format`
Diffstat (limited to 'client/ui_orders.c')
-rw-r--r-- | client/ui_orders.c | 2 |
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]); |