From 3397e202c82cda0398ef4a642e74f2d864c5dc7d Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 7 Oct 2005 07:35:15 +0000 Subject: (svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte/-1 with proper types and constants --- signs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'signs.h') 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; -- cgit v1.2.3-54-g00ecf