mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-12 08:08:06 +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";
|
||||
variant_t value;
|
||||
int delay = 0;
|
||||
float delay = 0;
|
||||
|
||||
target = STRING( AllocPooledString(command.Arg( 1 ) ) );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user