src/signs.h
branchcustombridgeheads
changeset 5650 aefc131bf5ce
parent 5643 3778051e8095
child 6002 0cc302eda282
--- a/src/signs.h	Thu Jan 11 13:41:16 2007 +0000
+++ b/src/signs.h	Mon Jan 15 20:14:06 2007 +0000
@@ -11,7 +11,7 @@
 	int32        x;
 	int32        y;
 	byte         z;
-	PlayerID     owner; // placed by this player. Anyone can delete them though. OWNER_NONE for gray signs from old games.
+	PlayerByte   owner; // placed by this player. Anyone can delete them though. OWNER_NONE for gray signs from old games.
 
 	SignID       index;
 } Sign;