Added modified version of a fix for fx_fountain submitted by Harry Young. Thank you.

This commit is contained in:
UberGames 2011-07-19 13:59:59 +02:00
parent 2a1f7b4263
commit ec6287e156
2 changed files with 1 additions and 1 deletions

View file

@ -485,7 +485,7 @@ void fountain_use( gentity_t *self, gentity_t *other, gentity_t *activator )
void SP_fx_fountain ( gentity_t *ent ) { void SP_fx_fountain ( gentity_t *ent ) {
gentity_t *target = NULL; gentity_t *target = NULL;
if ( ent->target ) { if ( ent->target[0] ) {
target = G_Find (target, FOFS(targetname), ent->target); target = G_Find (target, FOFS(targetname), ent->target);
} }

Binary file not shown.