-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
typified activity_actor #73807
typified activity_actor #73807
Conversation
Not sure why that happens, but I think you do need to add implementations of the newly added functions to
It seems the required instantiation is not declared in Cataclysm-DDA/src/creature_tracker.cpp Lines 446 to 472 in 7f06e9f
The |
Summary
None
Purpose of change
Use typed tripoints in another piece of code.
Describe the solution
Look for tripoints in activity_actor.cpp and convert the code to use typed tripoint, including the change of the operations called (which typically resulted in a typed overload).
Describe alternatives you've considered
Testing
Loaded a save and walked until a monster was detected.
Additional context
I've gotten the help I needed with the issues mentioned here previously, so this is now ready for review. Many thanks @Qrox.