Fixed warnings (nice example of why heeding warnings is useful: one of the changes seems to fix a NULL deref)
svn-id: r35933
This commit is contained in:
parent
85d4063000
commit
f60e2836b0
2 changed files with 3 additions and 3 deletions
|
@ -364,7 +364,6 @@ int LoLEngine::o2_getUnkArrayVal(EMCState *script) {
|
|||
}
|
||||
|
||||
int LoLEngine::o2_setUnkArrayVal(EMCState *script) {
|
||||
int a=stackPos(0);
|
||||
_unkEMC46[stackPos(0)] = stackPos(1);
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue