mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2025-01-19 05:30:49 +00:00
- fixed: The S_Sound script export did not call the actual function.
This commit is contained in:
parent
7b1645d239
commit
2e11b4f346
1 changed files with 1 additions and 0 deletions
|
@ -1256,6 +1256,7 @@ DEFINE_ACTION_FUNCTION(DObject, S_Sound)
|
||||||
PARAM_INT(channel);
|
PARAM_INT(channel);
|
||||||
PARAM_FLOAT_DEF(volume);
|
PARAM_FLOAT_DEF(volume);
|
||||||
PARAM_FLOAT_DEF(attn);
|
PARAM_FLOAT_DEF(attn);
|
||||||
|
S_Sound(channel, id, volume, attn);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue