(svn r21846) -Codechange: move documentation towards the code to make it more likely to be updated [o-s].
This commit is contained in:
@@ -28,12 +28,7 @@ struct Sign : SignPool::PoolItem<&_sign_pool> {
|
||||
byte z;
|
||||
OwnerByte owner; // placed by this company. Anyone can delete them though. OWNER_NONE for gray signs from old games.
|
||||
|
||||
/**
|
||||
* Creates a new sign
|
||||
*/
|
||||
Sign(Owner owner = INVALID_OWNER);
|
||||
|
||||
/** Destroy the sign */
|
||||
~Sign();
|
||||
|
||||
void UpdateVirtCoord();
|
||||
|
||||
Reference in New Issue
Block a user