diff options
author | tron <tron@openttd.org> | 2006-08-22 20:39:18 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2006-08-22 20:39:18 +0000 |
commit | 2e0d16026b77d0ef2ed233f16beb25bbaf836941 (patch) | |
tree | ac3d875d36a3342e1a041414b16664ce49a015cf /signs.h | |
parent | b23f719ab91a34be3e9d44d1165c789edd4df513 (diff) | |
download | openttd-2e0d16026b77d0ef2ed233f16beb25bbaf836941.tar.xz |
(svn r6054) Change the sign sorter in a similar way as the other sorters: Remember a list of pointers to signs instead of a list of SignIDs - This removes a layer of indirection
Also make the sign list static
Diffstat (limited to 'signs.h')
-rw-r--r-- | signs.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -51,7 +51,6 @@ static inline bool IsValidSignID(uint index) #define FOR_ALL_SIGNS(ss) FOR_ALL_SIGNS_FROM(ss, 0) VARDEF bool _sign_sort_dirty; -VARDEF SignID *_sign_sort; void UpdateAllSignVirtCoords(void); void PlaceProc_Sign(TileIndex tile); |