move reg alloc hack to avoid warning
This commit is contained in:
parent
70540b84bd
commit
710a2cd1ba
1 changed files with 4 additions and 4 deletions
|
|
@ -642,10 +642,6 @@ void fn_1_4ABC(w03StructUnk2* arg0) {
|
|||
w03StructUnk3* temp_r31;
|
||||
s32 i;
|
||||
|
||||
//reg alloc hack
|
||||
(void)i;
|
||||
(void)i;
|
||||
|
||||
BoardModelPosGet(lbl_1_data_310, &sp8);
|
||||
sp8.y += 250.0f;
|
||||
|
||||
|
|
@ -664,6 +660,10 @@ void fn_1_4ABC(w03StructUnk2* arg0) {
|
|||
}
|
||||
}
|
||||
|
||||
//reg alloc hack
|
||||
(void)i;
|
||||
(void)i;
|
||||
|
||||
BoardModelPosGet(lbl_1_data_310, &sp8);
|
||||
|
||||
for (i = arg0->unk_03; i < 0x50; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue