(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
This commit is contained in:
tron
2006-08-22 20:39:18 +00:00
parent b23f719ab9
commit 2e0d16026b
2 changed files with 17 additions and 24 deletions

View File

@@ -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);