home · contact · privacy
Removed unnecessary condition.
[plomrogue] / src / map_objects.h
index 015864812c03bc6241499e3c8bf14720b1dd340c..a905b7bc48f4f788729fc886fe6fa9f37d15fc17 100644 (file)
@@ -91,7 +91,8 @@ extern void * build_map_objects(struct World * world, void * start, char def_id,
  */
 extern uint8_t write_map_objects(struct World * world, void * start,
                                  FILE * file);
-extern uint8_t read_map_objects(struct World * world, void * start, FILE * file);
+extern uint8_t read_map_objects(struct World * world, void * start,
+                                FILE * file);