DREAMWEB: Fix style
This commit is contained in:
parent
07a7c877ba
commit
0888e636d7
1 changed files with 1 additions and 2 deletions
|
@ -938,8 +938,7 @@ struct RainLocation {
|
||||||
uint8 rainSpacing;
|
uint8 rainSpacing;
|
||||||
};
|
};
|
||||||
|
|
||||||
const RainLocation rainLocationList[] =
|
static const RainLocation rainLocationList[] = {
|
||||||
{
|
|
||||||
{ 1,44,10,16 },
|
{ 1,44,10,16 },
|
||||||
{ 4,11,30,14 },
|
{ 4,11,30,14 },
|
||||||
{ 4,22,30,14 },
|
{ 4,22,30,14 },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue