Nobody seems to have a interest for this.
Then please revert the old correct code.
Index: simhalt.cc
===================================================================
--- simhalt.cc (r 2643)
+++ simhalt.cc (copy)
@@ -739,7 +739,7 @@
*/
void haltestelle_t::neuer_monat()
{
- if( welt->get_active_player()==besitzer_p && overcrowded ) {
+ if( welt->get_active_player()==besitzer_p && status_color == COL_RED ) {
char buf[256];
sprintf(buf, translator::translate("!0_STATION_CROWDED"), get_name());
welt->get_message()->add_message(buf, get_basis_pos(),message_t::full, PLAYER_FLAG|besitzer_p->get_player_nr(), IMG_LEER );