(svn r16376) -Codechange: Vehicle::Tick() now returns false if the vehicle was deleted

This commit is contained in:
smatz
2009-05-22 13:53:14 +00:00
parent 10a36c64ca
commit 70d3ed15c8
13 changed files with 189 additions and 107 deletions

View File

@@ -31,7 +31,7 @@ struct EffectVehicle : public Vehicle {
const char *GetTypeString() const { return "special vehicle"; }
void UpdateDeltaXY(Direction direction);
void Tick();
bool Tick();
};
#endif /* EFFECTVEHICLE_BASE_H */