forked from mirror/OpenTTD
Codechange: Remove Company/OwnerByte types
This commit is contained in:
@@ -36,7 +36,7 @@ struct OldWaypoint {
|
||||
uint8 localidx;
|
||||
uint32 grfid;
|
||||
const StationSpec *spec;
|
||||
OwnerByte owner;
|
||||
Owner owner;
|
||||
|
||||
size_t new_index;
|
||||
};
|
||||
|
Reference in New Issue
Block a user