mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-29 07:08:42 +00:00
ca1ac3034e
- adts: Cache.remove_least_valuable was returning false prematurely even though there were still some items pending eviction; that meant they remained in cache - file_cache: wasn't clearing exact_buf_oracle on reset. also made make_read_only pass correct exact_buf rather than just rounding down. This was SVN commit r3589.