game: changed delay parameter for ent_fire (ValveSoftware/source-sdk-2013#300)
This commit is contained in:
parent
42b528dec3
commit
4838d9ee3f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue