mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Fixed build_sound tool crashing because of not initialized CSheetId
This commit is contained in:
parent
f75a3cdd2d
commit
510b5672d3
1 changed files with 1 additions and 1 deletions
|
@ -865,7 +865,7 @@ void loadForm (const std::vector<std::string> &sheetFilters, const std::string &
|
|||
}
|
||||
|
||||
// make sure the CSheetId singleton has been properly initialised
|
||||
// NLMISC::CSheetId::init(updatePackedSheet);
|
||||
NLMISC::CSheetId::init(updatePackedSheet);
|
||||
|
||||
// load the packed sheet if exists
|
||||
try
|
||||
|
|
Loading…
Reference in a new issue