1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-22 23:17:04 +00:00

ads-game:: fixed ads crash ship

This commit is contained in:
Zeno Rogue 2022-09-29 11:13:35 +02:00
parent b34fbba7b4
commit 6549637f8d

View File

@ -238,6 +238,7 @@ void common_crash_ship() {
void ads_crash_ship() {
if(ship_pt < invincibility_pt) return;
common_crash_ship();
hybrid::in_actual([&] {
gen_particles(rpoisson(crash_particle_qty * 2), vctr, ads_inverse(current * vctrV) * spin(ang*degree), rsrc_color[rtHull], crash_particle_rapidity, crash_particle_life);
});