TerryCavanagh / VVVVVV

The source code to VVVVVV! http://thelettervsixtim.es/
Other
6.95k stars 557 forks source link

Fix double error dialog if `data.zip` is missing #1180

Closed InfoTeddy closed 2 months ago

InfoTeddy commented 3 months ago

A minor gripe, but one thing I didn't notice with commit b4579d88d3631c36d3c6457e85ca0996c65941ca is that it now results in two dialogs if data.zip is missing: The first being the "data.zip is missing" dialog, and the second is the generic "Unable to initialize filesystem" dialog.

So just bail early if data.zip can't be found, it's going to take the error path in main() and also bail regardless.

Legal Stuff:

By submitting this pull request, I confirm that...