Skip to content

Commit

Permalink
Pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KSSBrawl committed Nov 22, 2024
1 parent ed65743 commit 93d1d70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AnmManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -619,8 +619,8 @@ ZunResult AnmManager::LoadAnm(i32 anmIdx, char *path, i32 spriteIdxOffset)
}

#pragma var_order(curInstr, local_c, local_10, local_14, local_18, local_1c, local_20, nextInstr, local_28, local_2c, \
local_30, local_34, local_38, local_3c, local_68, local_6a, local_70, curTime, \
scaleInterpCurTime, local_b4, local_b8, local_c0, local_c4, local_c8, local_cc, randValue)
local_30, local_34, local_38, local_3c, local_68, local_6a, local_70, curTime, scaleInterpCurTime, \
local_b4, local_b8, local_c0, local_c4, local_c8, local_cc, randValue)
i32 AnmManager::ExecuteScript(AnmVm *vm)
{
AnmRawInstr *curInstr;
Expand Down

0 comments on commit 93d1d70

Please sign in to comment.