aboutsummaryrefslogtreecommitdiff
path: root/source/globals.c
diff options
context:
space:
mode:
authortwinaphex2017-08-14 08:43:57 +0200
committertwinaphex2017-08-14 08:43:57 +0200
commit4b0bf2bc68a317b98382823ea2b7dd2e77ec8d37 (patch)
treec60c664807d9ba0f1b847003a49a876625be5035 /source/globals.c
parent78b32e05a8e3c221279ba40c8f19d762420be8a6 (diff)
downloadsnes9x2005-4b0bf2bc68a317b98382823ea2b7dd2e77ec8d37.tar.gz
snes9x2005-4b0bf2bc68a317b98382823ea2b7dd2e77ec8d37.tar.bz2
snes9x2005-4b0bf2bc68a317b98382823ea2b7dd2e77ec8d37.zip
Rewrite C++ comments
Diffstat (limited to 'source/globals.c')
-rw-r--r--source/globals.c12
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] =
{