mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 03:56:43 +00:00
2ecc3c90f7
Add a bitmap of used pool slots which allows finding a free pool slot without having to check if each index is already used or not. Loosely based on a JGRPP patch.