(svn r8550) -Fix
Building a vehicle does not involve allocating orders, so do not check whether orders could be allocated
This commit is contained in:
@@ -167,10 +167,6 @@ static inline bool HasOrderPoolFree(uint amount)
|
||||
return false;
|
||||
}
|
||||
|
||||
static inline bool IsOrderPoolFull(void)
|
||||
{
|
||||
return !HasOrderPoolFree(1);
|
||||
}
|
||||
|
||||
/* Pack and unpack routines */
|
||||
|
||||
|
Reference in New Issue
Block a user