index
:
silly_game.git
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
server.c
1
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;
}
/*