Skip to content

Commit

Permalink
Merge branch 'maint' of https://github.com/rheit/zdoom into maint1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Oelckers committed Feb 6, 2016
2 parents 2086cf5 + 2bc1d1c commit a5c2552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/g_heretic/a_hereticartifacts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit a5c2552

Please sign in to comment.