mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-03 14:06:44 +00:00
game: changed delay parameter for ent_fire (ValveSoftware/source-sdk-2013#300)
This commit is contained in:
parent
42b528dec3
commit
4838d9ee3f
@ -5336,7 +5336,7 @@ public:
|
|||||||
{
|
{
|
||||||
const char *target = "", *action = "Use";
|
const char *target = "", *action = "Use";
|
||||||
variant_t value;
|
variant_t value;
|
||||||
int delay = 0;
|
float delay = 0;
|
||||||
|
|
||||||
target = STRING( AllocPooledString(command.Arg( 1 ) ) );
|
target = STRING( AllocPooledString(command.Arg( 1 ) ) );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user