(svn r942) -Merged branch/network back into the trunk

This commit is contained in:
truelight
2004-12-04 17:54:56 +00:00
parent c90bba35a2
commit d6a1f3e412
76 changed files with 7839 additions and 2850 deletions

View File

@@ -301,7 +301,7 @@ static void ShowShipDetailsWindow(Vehicle *v)
w->caption_color = v->owner;
}
static void CcBuildShip(bool success, uint tile, uint32 p1, uint32 p2)
void CcBuildShip(bool success, uint tile, uint32 p1, uint32 p2)
{
Vehicle *v;
if (!success) return;