1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Cosmetic: fix indent

This commit is contained in:
Mathieu Schroeter 2017-08-04 21:52:35 +02:00
parent e1e8d7d844
commit 4f856916a0

View File

@ -795,45 +795,45 @@ void BuildMoveTransport (Sint32 icon, POINT & pos)
pos.y -= 96; pos.y -= 96;
// clang-format off // clang-format off
static Sint32 offset_bateau[16 * 2] = static Sint32 offset_bateau[16 * 2] =
{ {
-4, -3, // e -4, -3, // e
-2, -3, -2, -3,
-1, -3, // se -1, -3, // se
+1, -3, +1, -3,
+2, -3, // s +2, -3, // s
+5, -2, +5, -2,
+6, -2, // so +6, -2, // so
+5, -1, +5, -1,
+1, 0, // o +1, 0, // o
-1, 0, -1, 0,
-2, 0, // no -2, 0, // no
-2, 0, -2, 0,
-3, 0, // n -3, 0, // n
-4, -1, -4, -1,
-5, -1, // ne -5, -1, // ne
-4, -2, -4, -2,
}; };
static Sint32 offset_jeep[16 * 2] = static Sint32 offset_jeep[16 * 2] =
{ {
-2, -6, // e -2, -6, // e
-1, -6, -1, -6,
-1, -6, // se -1, -6, // se
-1, -6, -1, -6,
+3, -6, // s +3, -6, // s
+1, -6, +1, -6,
+4, -6, // so +4, -6, // so
+4, -5, +4, -5,
+4, -5, // o +4, -5, // o
+2, -5, +2, -5,
+1, -4, // no +1, -4, // no
+1, -4, +1, -4,
-3, -3, // n -3, -3, // n
-4, -4, -4, -4,
-3, -4, // ne -3, -4, // ne
-4, -4, -4, -4,
}; };
// clang-format on // clang-format on
if (icon >= 0 && icon <= 47) if (icon >= 0 && icon <= 47)