mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-04-22 08:50:48 +00:00
one last fix for now ...
I'm going to bed xD.
This commit is contained in:
parent
46c7b0e521
commit
9fa8ff4bf6
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ void spark_link( gentity_t *ent )
|
|||
//------------------------------------------
|
||||
void SP_fx_spark( gentity_t *ent )
|
||||
{
|
||||
if (ent->wait == 0.0)
|
||||
if (ent->wait <= 0)
|
||||
{
|
||||
ent->wait = 2000.0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue