(svn r3366) Make an unnecessarily global variable local

This commit is contained in:
tron
2006-01-05 16:51:10 +00:00
parent 318fe153eb
commit 9b87635c1f
3 changed files with 9 additions and 13 deletions

View File

@@ -341,9 +341,6 @@ byte GetDirectionTowards(const Vehicle *v, int x, int y);
#define BEGIN_ENUM_WAGONS(v) do {
#define END_ENUM_WAGONS(v) } while ( (v=v->next) != NULL);
/* vehicle.c */
VARDEF SortStruct *_vehicle_sort;
extern MemoryPool _vehicle_pool;
/**