mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Add puts() if FILESYSTEM_init() fails
Just to be helpful if someone has a failing FILESYSTEM_init(), but doesn't know that's their issue and keeps wondering why VVVVVV just exits with code 1.
This commit is contained in:
@@ -143,6 +143,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
if(!FILESYSTEM_init(argv[0], baseDir, assetsPath))
|
||||
{
|
||||
puts("Unable to initialize filesystem!");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user