mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-10 04:27:10 +03:00
Initialize explosion flash
This commit is contained in:
parent
0b747bf1c5
commit
e4d20c3fa1
1 changed files with 5 additions and 0 deletions
|
@ -1530,6 +1530,11 @@ Explosion::Explosion()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
flash_r = 0;
|
||||||
|
flash_g = 0;
|
||||||
|
flash_b = 0;
|
||||||
|
flash_a = 0;
|
||||||
|
flash_radius = 0;
|
||||||
radius = 0;
|
radius = 0;
|
||||||
constant_damage = false;
|
constant_damage = false;
|
||||||
damage_every_frame = false;
|
damage_every_frame = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue