-
Notifications
You must be signed in to change notification settings - Fork 33
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
Collection of small issues #93
Comments
https://github.com/KoffeinFlummi/armake/blob/master/src/p3d.c#L1259 This is explosion shielding from v72 |
https://github.com/KoffeinFlummi/armake/blob/master/src/p3d.c#L842 |
There is currently one level of "sectionsInherit" |
Parser error Yep that worked for me
|
https://github.com/KoffeinFlummi/armake/blob/master/src/keygen.c#L71 Here is a pbo where that happens with v2 signatures |
I use this to document all the misc issues I find. That I don't know the appropriate answer to, to make a fix PR.
https://github.com/KoffeinFlummi/armake/blob/master/src/p3d.c#L1789
Makes no sense.
num_lods
is unsigned int, it can't be negative.https://github.com/KoffeinFlummi/armake/blob/master/src/derapify.c#L572
target
is never initialized. And only used for string comparison with buffer.The text was updated successfully, but these errors were encountered: