summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-10-14 22:22:48 +0000
committerDarkvater <darkvater@openttd.org>2006-10-14 22:22:48 +0000
commit9732c129c16dea48e69188b75c2e39f9faacf86f (patch)
tree22ba5ac16dd749e7e43b599fadca173a359055c4 /openttd.h
parentdad5d5dd72a32b3dbaea68c71e996f053fa557e7 (diff)
downloadopenttd-9732c129c16dea48e69188b75c2e39f9faacf86f.tar.xz
(svn r6775) -Codechange: Use some more proper types, especially Owner and PlayerID as
these are used intermixed often.
Diffstat (limited to 'openttd.h')
-rw-r--r--openttd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openttd.h b/openttd.h
index f50bbd4a7..6c477b3da 100644
--- a/openttd.h
+++ b/openttd.h
@@ -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;