diff options
Diffstat (limited to 'source/globals.c')
-rw-r--r-- | source/globals.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/source/globals.c b/source/globals.c index 233ca42..14b8a64 100644 --- a/source/globals.c +++ b/source/globals.c @@ -94,12 +94,12 @@ uint8_t BitShifts[8][4] = { {2, 2, 2, 2}, /* 0 */ {4, 4, 2, 0}, /* 1 */ - {4, 4, 0, 0}, // 2 - {8, 4, 0, 0}, // 3 - {8, 2, 0, 0}, // 4 - {4, 2, 0, 0}, // 5 - {4, 0, 0, 0}, // 6 - {8, 0, 0, 0} // 7 + {4, 4, 0, 0}, /* 2 */ + {8, 4, 0, 0}, /* 3 */ + {8, 2, 0, 0}, /* 4 */ + {4, 2, 0, 0}, /* 5 */ + {4, 0, 0, 0}, /* 6 */ + {8, 0, 0, 0} /* 7 */ }; uint8_t TileShifts[8][4] = { |