summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
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;