X-Git-Url: https://plomlompom.com/repos/?p=plomrogue;a=blobdiff_plain;f=src%2Fserver%2Ffield_of_view.h;h=54ffe289d676eba9360c79950d36f94889710dfa;hp=41fde34ef156b16211844b0ca4b4c77be3a06105;hb=bf396f111317663bba3950e57968af19f2f56a44;hpb=eda9c448812827e36b71fa1c3eb76d0fb906b57d diff --git a/src/server/field_of_view.h b/src/server/field_of_view.h index 41fde34..54ffe28 100644 --- a/src/server/field_of_view.h +++ b/src/server/field_of_view.h @@ -15,8 +15,8 @@ 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 inanimate things in FOV to it. +/* Update "t_eye"'s .mem_map memory with what's in its current FOV, and update + * and age the .mem_depth_map. */ extern void update_map_memory(struct Thing * t_eye);