summaryrefslogtreecommitdiff
path: root/signs.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-10-07 07:35:15 +0000
committertron <tron@openttd.org>2005-10-07 07:35:15 +0000
commit8980891b09a48438d295b73cd068b41184aa44a2 (patch)
tree75058b5a9db24d07229edde45f993401aec6bd63 /signs.h
parent488db23ed85c4a5fd0ed27833cbd9e05be3a5c94 (diff)
downloadopenttd-8980891b09a48438d295b73cd068b41184aa44a2.tar.xz
(svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte/-1 with proper types and constants
Diffstat (limited to 'signs.h')
-rw-r--r--signs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/signs.h b/signs.h
index cdb00c49a..7c6b92ec0 100644
--- a/signs.h
+++ b/signs.h
@@ -11,7 +11,7 @@ typedef struct SignStruct {
int32 x;
int32 y;
byte z;
- byte owner; // placed by this player. Anyone can delete them though.
+ PlayerID owner; // placed by this player. Anyone can delete them though.
// OWNER_NONE for gray signs from old games.
uint16 index;