forked from mirrors/0ad
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.