home · contact · privacy
Server: Internally, rename "map object" stuff to "thing" stuff.
[plomrogue] / src / server / map.h
index 74bb71ea5dfeb2660bfa126f1c428ad91df564de..f74d85df18bd7b6305b1733949df74e52ca7a60d 100644 (file)
@@ -20,8 +20,8 @@
  */
 extern void init_map();
 
-/* Check if coordinate "pos" on (or beyond) world.map is accessible to map
- * object movement.
+/* Check if coordinate "pos" on (or beyond) world.map is accessible to thing
+ * movement.
  */
 extern uint8_t is_passable(struct yx_uint8 pos);