(svn r3365) Staticise 36 functions

This commit is contained in:
tron
2006-01-05 12:40:50 +00:00
parent e588f86bb3
commit 318fe153eb
37 changed files with 68 additions and 68 deletions

View File

@@ -63,7 +63,7 @@ Order UnpackOldOrder(uint16 packed)
* Unpacks a order from savegames with version 4 and lower
*
*/
Order UnpackVersion4Order(uint16 packed)
static Order UnpackVersion4Order(uint16 packed)
{
Order order;
order.type = GB(packed, 0, 4);