mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-05-10 06:24:57 +00:00
dont build sabl if unable to find sound files
This commit is contained in:
parent
bc1ebfc3bc
commit
c3590a911c
@ -222,7 +222,12 @@ public:
|
|||||||
|
|
||||||
bool Write() override
|
bool Write() override
|
||||||
{
|
{
|
||||||
WriteEntries();
|
if (!WriteEntries())
|
||||||
|
{
|
||||||
|
std::cerr << "An error occurred writing the sound bank entires. Please check output." << std::endl;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
WriteEntryList();
|
WriteEntryList();
|
||||||
WriteChecksumList();
|
WriteChecksumList();
|
||||||
WriteBranding();
|
WriteBranding();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user