-
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: shadow
#681
decomp: shadow
#681
Conversation
shadow
blocked on static inline-arrayshadow
|
||
;; failed to figure out what this is: | ||
(set! | ||
(-> *part-id-table* 362) |
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.
It looks like there's a crash when this code is loaded. Maybe we haven't decompiled the file that creates *part-id-table*
yet? You could try to find where it's defined and just add that part, or just comment this out for now (and maybe leave a comment near the top of the file so we don't forget 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.
ah yeah we havn't. that's either sparticle
or sparticle-launcher
In order to prevent the crash, you'll need the actual You can add this to (define *part-id-table* (new 'global 'boxed-array sparticle-launcher 3584))
(define *part-group-id-table* (new 'global 'boxed-array sparticle-launch-group 1024)) |
Pull Request Test Coverage Report for Build 1092496669
💛 - Coveralls |
No description provided.