-
Notifications
You must be signed in to change notification settings - Fork 739
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
Generic cycle attack profile key for missile guidance #4787
Conversation
@@ -0,0 +1,67 @@ | |||
/* | |||
* Author: PabstMirror | |||
* Cycles fire mode for any missileGuidance enabled ammo that has multiiple attack profiles |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
// #define DEBUG_MODE_FULL | ||
#include "script_component.hpp" | ||
|
||
TRACE_1("cycle fire mode", _this); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
space in macro?
@bux - fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quick read, looks good.
* Generic cycle attack profile key for missile guidance * Add hint for weapons without huds * Fix Korean strings * Cleanup
* Generic cycle attack profile key for missile guidance * Add hint for weapons without huds * Fix Korean strings * Cleanup
Replace the javelin specific key with one that will work for any missileGuidance weapon.