Fixed build_sound tool crashing because of not initialized CSheetId

This commit is contained in:
Sit Melai 2016-10-31 22:52:25 +01:00
parent f75a3cdd2d
commit 510b5672d3

View file

@ -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