mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Similar to unmountAssets, avoid printing a message when custom assets don't exist
This commit is contained in:
parent
bc47b86645
commit
12e8924efc
1 changed files with 2 additions and 0 deletions
|
@ -574,11 +574,13 @@ bool FILESYSTEM_mountAssets(const char* path)
|
|||
|
||||
MAYBE_FAIL(graphics.reloadresources());
|
||||
}
|
||||
#if 0 /* flibit removed this because it was noisy, maybe keep for debug? */
|
||||
else
|
||||
{
|
||||
/* Wasn't a level zip, base zip, or folder! */
|
||||
puts("Asset directory does not exist");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue