From: Christian Heller <c.heller@plomlompom.de>
Date: Tue, 27 Aug 2013 03:48:08 +0000 (+0200)
Subject: Improved comments.
X-Git-Tag: tce~1019
X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/booking/test?a=commitdiff_plain;h=61666f75ab68e2cf63d8add1b628832aa3a28460;p=plomrogue

Improved comments.
---

diff --git a/src/map_objects.c b/src/map_objects.c
index a5158ce..e35a88c 100644
--- a/src/map_objects.c
+++ b/src/map_objects.c
@@ -4,7 +4,7 @@
 #include <stdlib.h> /* for malloc(), calloc(), free(), atoi() */
 #include <stdint.h> /* for uint8_t */
 #include <stdio.h> /* for FILE typedef */
-#include <string.h> /* for strchr(), strlen(), memcpy()  */
+#include <string.h> /* for strchr(), strlen(), memcpy(), strtok() */
 #include "readwrite.h" /* for [read/write]_uint[8/16/23][_bigendian]() */
 #include "misc.h" /* for textfile_sizes(), find_passable_pos() */
 #include "main.h" /* for World struct */