mirror of
https://github.com/UberGames/RPG-X2.git
synced 2025-03-04 07:20:54 +00:00
Added modified version of a fix for fx_fountain submitted by Harry Young. Thank you.
This commit is contained in:
parent
2a1f7b4263
commit
ec6287e156
2 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
BIN
stefgame.suo
BIN
stefgame.suo
Binary file not shown.
Loading…
Reference in a new issue