(svn r22947) -Fix: [NewGRF] Do not call CB 32 for disaster, effect vehicles or aircraft shadows/rotors.

This commit is contained in:
frosch
2011-09-19 19:23:23 +00:00
parent 91f0eedbff
commit 43053b59a2
2 changed files with 17 additions and 1 deletions

View File

@@ -703,6 +703,7 @@ public:
}
bool IsEngineCountable() const;
bool HasEngineType() const;
bool HasDepotOrder() const;
void HandlePathfindingResult(bool path_found);