summaryrefslogtreecommitdiff
path: root/src/signs_base.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-11-04 11:09:06 +0000
committerrubidium <rubidium@openttd.org>2011-11-04 11:09:06 +0000
commitf01b3e2721a5085b7cbae253e04b46a3338d3f43 (patch)
treee1057e5205dfca90fc002f5b0f4d92e3400e1573 /src/signs_base.h
parenta72544d5e18a632510c8072b393905473f47bada (diff)
downloadopenttd-f01b3e2721a5085b7cbae253e04b46a3338d3f43.tar.xz
(svn r23104) -Codechange: prepare the vehicle/sign z for some further changes to reduce casting
Diffstat (limited to 'src/signs_base.h')
-rw-r--r--src/signs_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signs_base.h b/src/signs_base.h
index 2c4ec83f1..3e7b4c465 100644
--- a/src/signs_base.h
+++ b/src/signs_base.h
@@ -25,7 +25,7 @@ struct Sign : SignPool::PoolItem<&_sign_pool> {
ViewportSign sign;
int32 x;
int32 y;
- byte z;
+ int32 z;
OwnerByte owner; // placed by this company. Anyone can delete them though. OWNER_NONE for gray signs from old games.
Sign(Owner owner = INVALID_OWNER);