summaryrefslogtreecommitdiff
path: root/src/train.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-05-07 15:58:05 +0000
committerrubidium <rubidium@openttd.org>2007-05-07 15:58:05 +0000
commit161786e2222b67a48624e82bc9c3aabbc86e51e9 (patch)
treeae24499f9e5c82cb54457487b656bef2c2b5055a /src/train.h
parent4591fb5b0d7f9ade45093a86d6a7150c80414dc5 (diff)
downloadopenttd-161786e2222b67a48624e82bc9c3aabbc86e51e9.tar.xz
(svn r9807) -Codechange: unify playing of sound when vehicle has been loaded and leaves the station.
Diffstat (limited to 'src/train.h')
-rw-r--r--src/train.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/train.h b/src/train.h
index 74f4341ba..cfda2dcdb 100644
--- a/src/train.h
+++ b/src/train.h
@@ -248,6 +248,7 @@ struct Train : public Vehicle {
void UpdateDeltaXY(Direction direction);
ExpensesType GetExpenseType(bool income) const { return income ? EXPENSES_TRAIN_INC : EXPENSES_TRAIN_RUN; }
WindowClass GetVehicleListWindowClass() const { return WC_TRAINS_LIST; }
+ void PlayLeaveStationSound() const;
};
#endif /* TRAIN_H */