forked from mirror/OpenTTD
(svn r5896) Remove pointless indirection similar to r5894 and remove an unnecessary global variable
This commit is contained in:
@@ -21,15 +21,6 @@ typedef struct Pair {
|
||||
int b;
|
||||
} Pair;
|
||||
|
||||
/**
|
||||
* Is used as a general sortable struct (using qsort and friends). Is used for
|
||||
* sorting vehicles and stations at the moment
|
||||
*/
|
||||
typedef struct SortStruct {
|
||||
uint32 index;
|
||||
byte owner;
|
||||
} SortStruct;
|
||||
|
||||
#include "map.h"
|
||||
#include "slope.h"
|
||||
|
||||
|
Reference in New Issue
Block a user