Initialize explosion flash

This commit is contained in:
smallmodel 2024-06-22 16:39:08 +02:00
parent 0b747bf1c5
commit e4d20c3fa1
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -1530,6 +1530,11 @@ Explosion::Explosion()
return;
}
flash_r = 0;
flash_g = 0;
flash_b = 0;
flash_a = 0;
flash_radius = 0;
radius = 0;
constant_damage = false;
damage_every_frame = false;