src/station.cpp
changeset 6488 b6c42e91bb35
parent 6420 456c275f3313
child 6653 b20fcfed0847
equal deleted inserted replaced
6487:beeeb8979e81 6488:b6c42e91bb35
    57 /**
    57 /**
    58  * Clean up a station by clearing vehicle orders and invalidating windows.
    58  * Clean up a station by clearing vehicle orders and invalidating windows.
    59  * Aircraft-Hangar orders need special treatment here, as the hangars are
    59  * Aircraft-Hangar orders need special treatment here, as the hangars are
    60  * actually part of a station (tiletype is STATION), but the order type
    60  * actually part of a station (tiletype is STATION), but the order type
    61  * is OT_GOTO_DEPOT.
    61  * is OT_GOTO_DEPOT.
    62  * @param st Station to be deleted
       
    63  */
    62  */
    64 Station::~Station()
    63 Station::~Station()
    65 {
    64 {
    66 	DEBUG(station, cDebugCtorLevel, "I-%3d", index);
    65 	DEBUG(station, cDebugCtorLevel, "I-%3d", index);
    67 
    66