X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fserver%2Ffield_of_view.h;h=be6324bff170c8a9bdc2babd622edf6fc4cd2c63;hb=1dc64ee46c2dcbd7eb8a6c4fcd27620dab7d7680;hp=54ffe289d676eba9360c79950d36f94889710dfa;hpb=bf396f111317663bba3950e57968af19f2f56a44;p=plomrogue diff --git a/src/server/field_of_view.h b/src/server/field_of_view.h index 54ffe28..be6324b 100644 --- a/src/server/field_of_view.h +++ b/src/server/field_of_view.h @@ -18,7 +18,7 @@ struct Thing; /* 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); +extern void update_map_memory(struct Thing * t_eye, uint8_t age_map); /* Build "t"'s field of view. */ extern void build_fov_map(struct Thing * t);