mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-25 15:39:09 +00:00
(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