Merge branch 'maint' of https://github.com/rheit/zdoom into maint1.9

This commit is contained in:
Christoph Oelckers 2016-02-06 09:03:46 +01:00
commit a5c2552508

View file

@ -69,7 +69,7 @@ bool AArtiTimeBomb::Use (bool pickup)
{
angle_t angle = Owner->angle >> ANGLETOFINESHIFT;
AActor *mo = Spawn("ActivatedTimeBomb",
Vec3Angle(24*FRACUNIT, Owner->angle, - Owner->floorclip), ALLOW_REPLACE);
Owner->Vec3Angle(24*FRACUNIT, Owner->angle, - Owner->floorclip), ALLOW_REPLACE);
mo->target = Owner;
return true;
}