Home
last modified time | relevance | path

Searched refs:Blast_Damage_Per_Second (Results 1 – 3 of 3) sorted by relevance

/dports/games/freedroid/freedroid-1.0.2/src/
H A Dbullet.c495 AllEnemys[i].energy -= Blast_Damage_Per_Second * Frame_Time (); in CheckBlastCollisions()
512 Me.energy -= Blast_Damage_Per_Second * Frame_Time (); in CheckBlastCollisions()
H A Dglobal.h130 EXTERN float Blast_Damage_Per_Second; variable
H A Dinit.c94 ReadValueFromString( data , BLAST_DAMAGE_SPECIFICATION_STRING , "%f" , &Blast_Damage_Per_Second); in Get_General_Game_Constants()