mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-03 05:49:41 +03:00
game: changed delay parameter for ent_fire (ValveSoftware/source-sdk-2013#300)
This commit is contained in:
@@ -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 ) ) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user