File diff r2497:4f8fde59a2e8 → r2498:8dfa040ed505
signs.h
Show inline comments
 
@@ -8,13 +8,13 @@
 
typedef struct SignStruct {
 
	StringID     str;
 
	ViewportSign sign;
 
	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;
 
} SignStruct;
 

	
 
extern MemoryPool _sign_pool;