diff options
author | alberth <alberth@openttd.org> | 2011-03-13 14:00:11 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2011-03-13 14:00:11 +0000 |
commit | 911dfa52bbb92b1f3e1122b45f30227ff456a53b (patch) | |
tree | 064896f070c729be23edd3f6ae20185c6784fc11 | |
parent | 72b8e569204563e1603948c36d4c4f769be323a3 (diff) | |
download | openttd-911dfa52bbb92b1f3e1122b45f30227ff456a53b.tar.xz |
(svn r22238) -Codechange (r8888): Also remove the now unused NUM_VEHICLE_TYPES constant.
-rw-r--r-- | src/engine_type.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine_type.h b/src/engine_type.h index 8a82b4b52..4b148b07c 100644 --- a/src/engine_type.h +++ b/src/engine_type.h @@ -154,7 +154,6 @@ enum EngineFlags { ENGINE_OFFER_WINDOW_OPEN = 4, ///< The exclusive offer window is currently open for a company. }; -static const uint NUM_VEHICLE_TYPES = 6; static const uint MAX_LENGTH_ENGINE_NAME_CHARS = 32; ///< The maximum length of an engine name in characters including '\0' static const uint MAX_LENGTH_ENGINE_NAME_PIXELS = 160; ///< The maximum length of an engine name in pixels |