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
|
|
@ -1824,7 +1824,7 @@ s32 CharModelEffectNpcInit(s16 arg0, s16 arg1, s16 arg2, s16 arg3) {
|
|||
}
|
||||
|
||||
s32 CharModelEffectNpcInitSilent(s16 arg0, s16 arg1, s16 arg2) {
|
||||
s32 sp10;
|
||||
s32 sp10; // ! - uninitialized
|
||||
|
||||
CharModelEffectNpcInit(arg0, arg1, arg2, -1);
|
||||
return sp10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue