summaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'server.c')
-rw-r--r--server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/server.c b/server.c
index 6369581..b08deed 100644
--- a/server.c
+++ b/server.c
@@ -70,6 +70,7 @@ node *map_node(game *g, int32_t x, int32_t y, int8_t z)
if (n != NULL)
return n;
}
+ return NULL;
}
/*