Changed background colour for snow levels

This commit is contained in:
Rob Pearce 2008-12-28 20:50:43 +00:00
parent 0278a9a7a6
commit ea0bc6c962
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ function getworldcolour($wld) {
} else if ($wld == 3) {
return "#9999ff";
} else if ($wld == 4) {
return "#AAAAAA";
return "#CCCCCC";
}
}