Skip to content

Commit

Permalink
FIX default mail/pax colours
Browse files Browse the repository at this point in the history
git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@8223 8aca7d54-2c30-db11-9de9-000461428c89
  • Loading branch information
An-dz committed Apr 30, 2017
1 parent 6cf15e3 commit 1ba1496
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bauer/goods_manager.cc
Expand Up @@ -95,12 +95,12 @@ bool goods_manager_t::successfully_loaded()
}
}
}
// passenger and good colors
// passenger and mail colors
if(goods[0]->color==255) {
goods[0]->color = color_idx_to_rgb(COL_GREY3);
goods[0]->color = COL_GREY3;
}
if(goods[1]->color==255) {
goods[1]->color = color_idx_to_rgb(COL_YELLOW);
goods[1]->color = COL_YELLOW;
}
// none should never be loaded to something ...
// however, some place do need the dummy ...
Expand Down

0 comments on commit 1ba1496

Please sign in to comment.