X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Fserver%2Ffield_of_view.h;fp=src%2Fserver%2Ffield_of_view.h;h=41fde34ef156b16211844b0ca4b4c77be3a06105;hb=6a9f579e2c47c5d60b37d343465e08faf26a9255;hp=5cc9edb6601b871b1ba824d0076715722b023fc0;hpb=8d4de89107cf8e29c45c6375f4299b11d1d01d9a;p=plomrogue diff --git a/src/server/field_of_view.h b/src/server/field_of_view.h index 5cc9edb..41fde34 100644 --- a/src/server/field_of_view.h +++ b/src/server/field_of_view.h @@ -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);