mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-30 15:44:31 +01:00
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.