mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-10 15:21:34 +00:00
fixed typo
This commit is contained in:
parent
85adaaa38e
commit
56b9b40abd
1 changed files with 1 additions and 1 deletions
|
@ -2124,7 +2124,7 @@ Creates a shimmering cone or cylinder of colored light that stretches between tw
|
|||
void shimmery_thing_think( gentity_t *ent )
|
||||
{
|
||||
G_AddEvent( ent, EV_FX_SHIMMERY_THING, 0 );
|
||||
if ( ent->wait >= 0-0f ) {
|
||||
if ( ent->wait >= 0.0f ) {
|
||||
ent->nextthink = level.time + ent->wait;
|
||||
} else {
|
||||
ent->nextthink = -1;
|
||||
|
|
Loading…
Reference in a new issue