this returned null?????
This commit is contained in:
parent
e7fc5226ec
commit
c753ded105
1 changed files with 1 additions and 1 deletions
|
|
@ -3930,7 +3930,7 @@ static mobj_t *K_SpawnKartMissile(mobj_t *source, mobjtype_t type, angle_t an, I
|
|||
P_SetTarget(&throwmo->target, source);
|
||||
}
|
||||
|
||||
return NULL;
|
||||
return throwmo;
|
||||
}
|
||||
|
||||
UINT16 K_DriftSparkColor(player_t *player, INT32 charge)
|
||||
|
|
|
|||
Loading…
Reference in a new issue