mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-21 22:10:59 -04:00
misc minor cleanup (indentation, offset comments, etc)
This commit is contained in:
+2
-2
@@ -377,10 +377,10 @@ s32 dNpc_PathRun_c::absIdx(u8 startIdx, u8 lastIdx) {
|
||||
s32 diff_2 = lastIdx - startIdx;
|
||||
|
||||
if(diff_1 < 0) {
|
||||
diff_1 += maxPoint();
|
||||
diff_1 += maxPoint();
|
||||
}
|
||||
if(diff_2 < 0) {
|
||||
diff_2 += maxPoint();
|
||||
diff_2 += maxPoint();
|
||||
}
|
||||
if(diff_1 > diff_2) {
|
||||
return diff_2;
|
||||
|
||||
Reference in New Issue
Block a user