(svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and UpdateAll[Type]VirtCoords.
This commit is contained in:
@@ -28,6 +28,8 @@ struct Sign : SignPool::PoolItem<&_sign_pool> {
|
||||
|
||||
/** Destroy the sign */
|
||||
~Sign();
|
||||
|
||||
void UpdateVirtCoord();
|
||||
};
|
||||
|
||||
#define FOR_ALL_SIGNS_FROM(var, start) FOR_ALL_ITEMS_FROM(Sign, sign_index, var, start)
|
||||
|
||||
Reference in New Issue
Block a user