this returned null?????

This commit is contained in:
minenice55 2025-12-01 20:44:37 -05:00
parent e7fc5226ec
commit c753ded105

View file

@ -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)