(svn r3365) Staticise 36 functions
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user