mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 18:19:19 +02:00
replaced char parameters in sound system with stl string
This commit is contained in:
@@ -56,7 +56,8 @@ void TModelsManager::Init()
|
||||
*/
|
||||
void TModelsManager::Free()
|
||||
{
|
||||
SafeDeleteArray(Models);
|
||||
delete[] Models;
|
||||
Models = nullptr;
|
||||
}
|
||||
|
||||
TModel3d * TModelsManager::LoadModel(std::string const &Name, bool dynamic)
|
||||
|
||||
Reference in New Issue
Block a user