mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 12:32:38 +01:00
remove redundant casts
This commit is contained in:
parent
b6ea00038f
commit
2a169dc34a
@ -15,8 +15,8 @@ s32 MakeLerp(script_context* script, s32 initialCall) {
|
||||
s32 UpdateLerp(script_context* script, s32 initialCall) {
|
||||
script->varTable[0x0] = (s32) update_lerp(
|
||||
script->varTable[0xB],
|
||||
(s32) script->varTable[0xC],
|
||||
(s32) script->varTable[0xD],
|
||||
script->varTable[0xC],
|
||||
script->varTable[0xD],
|
||||
script->varTable[0xE],
|
||||
script->varTable[0xF]
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user