(svn r6775) -Codechange: Use some more proper types, especially Owner and PlayerID as

these are used intermixed often.
This commit is contained in:
Darkvater
2006-10-14 22:22:48 +00:00
parent dad5d5dd72
commit 9732c129c1
8 changed files with 15 additions and 16 deletions

View File

@@ -292,7 +292,7 @@ typedef uint AcceptedCargo[NUM_CARGO];
typedef struct TileDesc {
StringID str;
byte owner;
Owner owner;
Date build_date;
uint32 dparam[2];
} TileDesc;