0
0
Fork 0
mirror of https://github.com/UberGames/RPG-X2.git synced 2025-03-04 15:30:54 +00:00

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 ) {
gentity_t *target = NULL;
if ( ent->target ) {
if ( ent->target[0] ) {
target = G_Find (target, FOFS(targetname), ent->target);
}

Binary file not shown.