added support for ragdoll scaling

This commit is contained in:
Turánszki János
2023-10-31 18:17:43 +01:00
parent adab77de55
commit c1d5ba7b32
5 changed files with 48 additions and 16 deletions
+1
View File
@@ -34,6 +34,7 @@ namespace wi::lua
{
bool result = wi::audio::CreateSound(wi::lua::SGetString(L, 1), &sound->sound);
wi::lua::SSetBool(L, result);
return 1;
}
else
{