fix tons of linker warnings, mark all uninitialized as so, fix a few issues where uninitialized was due to incorrect decompilation
This commit is contained in:
parent
a827b30178
commit
0a152cdcef
16 changed files with 657 additions and 658 deletions
|
|
@ -1443,9 +1443,9 @@ void fn_1_485C(ModelData *model, Mtx mtx)
|
|||
Mtx spA0;
|
||||
ROMtx sp70;
|
||||
Mtx sp40;
|
||||
Vec sp34;
|
||||
Vec sp28;
|
||||
Vec sp1C;
|
||||
Vec sp34; // ! - uninitialized
|
||||
Vec sp28; // ! - uninitialized
|
||||
Vec sp1C; // ! - uninitialized
|
||||
Vec sp10;
|
||||
|
||||
float var_f31;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue