fixed typo

This commit is contained in:
Walter Julius Hennecke 2013-05-27 22:58:22 +02:00
parent 85adaaa38e
commit 56b9b40abd

View file

@ -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;