src/station.cpp
branchgamebalance
changeset 9909 dce9a6923bb7
parent 9908 0fa543611bbe
child 9911 0b8b245a2391
equal deleted inserted replaced
9908:0fa543611bbe 9909:dce9a6923bb7
    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