-
Notifications
You must be signed in to change notification settings - Fork 736
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
Cleanup some functions headers and macro using #6866
Conversation
@@ -67,7 +67,7 @@ class RscACE_SelectAnItem { | |||
text = ""; | |||
}; | |||
class itemList: RscListBox { | |||
onMouseButtonDblClick = "_this call ACE_Interaction_fnc_onSelectMenuDblClick"; | |||
onMouseButtonDblClick = QUOTE(_this call DFUNC(onSelectMenuDblClick)); |
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.
all these calls in this file don't exist
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.
parent RscACE_SelectAnItem
isn't used anywhere in ace
might be a remnant from agm
Why DFUNC? |
defining it globablly actually crashes the game on load
I don't think many people are using callstack, so it's not a big deal |
Callstack log doesn't even exist at the moment. :P |
* Cleanup frisking * Cleanup header format * Cleanup FUNC macro using
When merged this pull request will: