home · contact · privacy
Server: Refactoring of initialization of empty maps.
[plomrogue] / src / server / field_of_view.h
index 5cc9edb6601b871b1ba824d0076715722b023fc0..41fde34ef156b16211844b0ca4b4c77be3a06105 100644 (file)
@@ -16,7 +16,7 @@ struct Thing;
 
 
 /* Update "t"'s .mem_map memory with what's in its current FOV, remove from its
- * .t_mem all memorized things in FOV and add inanimiate things in FOV to it.
+ * .t_mem all memorized things in FOV and add inanimate things in FOV to it.
  */
 extern void update_map_memory(struct Thing * t_eye);