info_particle_system: Default .angles to point upward.

This commit is contained in:
Marco Cawthorne 2022-03-10 13:50:53 -08:00
parent d885e2e643
commit d63f838a86
Signed by: eukara
GPG key ID: C196CD8BA993248A

View file

@ -250,6 +250,8 @@ info_particle_system::Respawn(void)
void
info_particle_system::info_particle_system(void)
{
angles = [90, 0, 0]; /* default pointing up! */
#ifdef CLIENT
drawmask = MASK_ENGINE;
think = Emit;