mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-26 21:54:22 +01:00
(svn r14547) -Fix: order pool seemed to look full when it was not as it only checked whether it was possible to allocate a new block of pool items instead of checking for free pool items.
This commit is contained in:
@@ -311,7 +311,7 @@ protected:
|
||||
}
|
||||
|
||||
public:
|
||||
static bool CanAllocateItem();
|
||||
static bool CanAllocateItem(uint count = 1);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user