-
Notifications
You must be signed in to change notification settings - Fork 173
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
decomp: hud-classes
#819
decomp: hud-classes
#819
Conversation
Pull Request Test Coverage Report for Build 1289023143
💛 - Coveralls |
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.
very close, just a few comments on types. Also I think the gtest submodule got changed by accident here.
goal_src/engine/ui/hud-classes.gc
Outdated
(set! (-> arg0 draw dma-add-func) dma-add-process-drawable-hud) | ||
enter-state | ||
(process->handle arg1) | ||
(go hud-collecting) |
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.
I think the hud-collecting
state should take a single argument (handle
)
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.
you're right, it does. However, doing so causes the handler in hud
to crash the decompiler. Probably something that needs to be looked into (file isn't added yet so no harm in adding the arg now)
defstates