Core/Refactor: Part 4
This commit is contained in:
@@ -1186,7 +1186,7 @@ public static partial class Detour
|
||||
case 5: nx--; ny--; break;
|
||||
case 6: ny--; break;
|
||||
case 7: nx++; ny--; break;
|
||||
};
|
||||
}
|
||||
|
||||
return getTilesAt(nx, ny, tiles, maxTiles);
|
||||
}
|
||||
|
||||
@@ -1001,7 +1001,7 @@ public static partial class Detour
|
||||
case XM | ZM: return 5;
|
||||
case ZM: return 6;
|
||||
case XP | ZM: return 7;
|
||||
};
|
||||
}
|
||||
|
||||
return 0xff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user