We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877373f commit fc10205Copy full SHA for fc10205
code/weapon/weapons.cpp
@@ -776,7 +776,7 @@ static particle::ParticleEffectHandle convertLegacyPspewBuffer(const pspew_legac
776
IS_VEC_NULL(&pspew_buffer.particle_spew_offset) ? std::nullopt : std::optional(pspew_buffer.particle_spew_offset), //Local offset
777
::util::UniformFloatRange(pspew_buffer.particle_spew_lifetime), //Lifetime
778
::util::UniformFloatRange(pspew_buffer.particle_spew_radius), //Radius
779
- hasAnim ? bm_load_animation(pspew_buffer.particle_spew_anim.c_str()) : particle::Anim_bitmap_id_smoke)); //Bitmap
+ hasAnim ? bm_load_either(pspew_buffer.particle_spew_anim.c_str()) : particle::Anim_bitmap_id_smoke)); //Bitmap or Anim
780
}
781
782
/**
0 commit comments