mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 14:59:01 +00:00
Changed: Tool build_soundbank can also work without sheet id bin
This commit is contained in:
parent
cb0cbdff89
commit
c54acdb6d2
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ int main(int nNbArg, char **ppArgs)
|
|||
CPath::addSearchPath(dfnDir, true, false);
|
||||
|
||||
// init sheet_id.bin
|
||||
NLMISC::CSheetId::init(false);
|
||||
NLMISC::CSheetId::initWithoutSheet();
|
||||
|
||||
// build the sound bank
|
||||
UAudioMixer::buildSoundBank(exportDir);
|
||||
|
|
Loading…
Reference in a new issue