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";
|
||||
variant_t value;
|
||||
int delay = 0;
|
||||
float delay = 0;
|
||||
|
||||
target = STRING( AllocPooledString(command.Arg( 1 ) ) );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user