- fixed spawn positions for Korax's missiles.

This commit is contained in:
Christoph Oelckers 2016-04-14 00:21:38 +02:00
parent 0f7fce8bbb
commit 77f05a0010
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ AActor *P_SpawnKoraxMissile (const DVector3 &pos, AActor *source, AActor *dest,
DAngle an;
double dist;
th = Spawn (type, source->PosPlusZ(-source->Floorclip), ALLOW_REPLACE);
th = Spawn (type, pos, ALLOW_REPLACE);
th->target = source; // Originator
an = th->AngleTo(dest);
if (dest->flags & MF_SHADOW)