mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59: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());
|
MAYBE_FAIL(graphics.reloadresources());
|
||||||
}
|
}
|
||||||
|
#if 0 /* flibit removed this because it was noisy, maybe keep for debug? */
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* Wasn't a level zip, base zip, or folder! */
|
/* Wasn't a level zip, base zip, or folder! */
|
||||||
puts("Asset directory does not exist");
|
puts("Asset directory does not exist");
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue