aboutsummaryrefslogtreecommitdiff
path: root/client/main.c
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-06-07 22:23:40 +0200
committerlonkaars <loek@pipeframe.xyz>2022-06-07 22:23:40 +0200
commitc88c7c7c6e6c687c3d8170cb07a467aa3c4d7f48 (patch)
treee44072afb5a63158df60ff139958364096c09618 /client/main.c
parent377a6b80fb766995566bd77047eef08e0a4b5aae (diff)
`make format`
Diffstat (limited to 'client/main.c')
-rw-r--r--client/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/main.c b/client/main.c
index dcbc16a..4d7f484 100644
--- a/client/main.c
+++ b/client/main.c
@@ -9,8 +9,8 @@
w2_s_client_state g_w2_state = {
.ping_received = true,
- .map_height = W2_MAP_DEFAULT_HEIGHT,
- .map_width = W2_MAP_DEFAULT_WIDTH,
+ .map_height = W2_MAP_DEFAULT_HEIGHT,
+ .map_width = W2_MAP_DEFAULT_WIDTH,
};
int main(int argc, char **argv) {