fixed some indenting problems
This commit is contained in:
parent
6cb307dd88
commit
c19ffb510a
1 changed files with 5 additions and 5 deletions
10
src/team.cpp
10
src/team.cpp
|
@ -849,11 +849,11 @@ const SDL_Color& team::get_side_colour(int side)
|
|||
{0x00,0xFF,0x00,0},
|
||||
{0xFF,0xFF,0x00,0},
|
||||
{0xFF,0x00,0xFF,0},
|
||||
{0xFF,0x7F,0x00,0},
|
||||
{0x89,0x89,0x89,0},
|
||||
{0xFF,0xFF,0xFF,0},
|
||||
{0x94,0x50,0x27,0},
|
||||
{0x02,0xF5,0xE1,0},
|
||||
{0xFF,0x7F,0x00,0},
|
||||
{0x89,0x89,0x89,0},
|
||||
{0xFF,0xFF,0xFF,0},
|
||||
{0x94,0x50,0x27,0},
|
||||
{0x02,0xF5,0xE1,0},
|
||||
{0xFF,0x00,0xFF,0} };
|
||||
|
||||
static const size_t nsides = sizeof(sides)/sizeof(*sides);
|
||||
|
|
Loading…
Add table
Reference in a new issue