Fix alignment

This commit is contained in:
GriffinR 2020-08-25 12:27:12 -04:00
parent 22c1bf965a
commit 5dfbdca6c7

View File

@ -421,7 +421,7 @@ static const u8 sPlayerIdMap[BLENDER_MAX_PLAYERS - 1][BLENDER_MAX_PLAYERS] =
{
{NO_PLAYER, 0, 1, NO_PLAYER}, // 2 Players
{NO_PLAYER, 0, 1, 2}, // 3 Players
{0, 1, 2, 3} // 4 Players
{ 0, 1, 2, 3} // 4 Players
};