mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 06:45:49 +00:00
b259381fbf
2) we attempt to load missing files (see bug #32). with the fix above, CHECK_ERR would fire every run (which it should until the problem is fixed :P), which is annoying. Instead, FileUnpacker now checks if the file exists; if not, it throws immediately and thereby bypasses the VFS error mechanism. This was SVN commit r1503.