1
Editing A&A / Questions regarding codebase
« on: October 21, 2016, 04:08:03 AM »
Hi, I will probably have some questions regarding the codebase, so I will be posting them here.
I think these are leftovers from some debugging? The function that is being called has an empty body.
https://github.com/ExiguusEntertainment/AmuletsArmor/blob/master/Source/FILE.C#L151
For some reason, I am unable to read RES files. It looks like reading the binary files directly to structs is failing somehow. The second element in the index gets garbled, its name field does not have the correct information, etc. My guess is that it is probably due to struct packing issues between different compilers.
I think these are leftovers from some debugging? The function that is being called has an empty body.
https://github.com/ExiguusEntertainment/AmuletsArmor/blob/master/Source/FILE.C#L151
For some reason, I am unable to read RES files. It looks like reading the binary files directly to structs is failing somehow. The second element in the index gets garbled, its name field does not have the correct information, etc. My guess is that it is probably due to struct packing issues between different compilers.