equal
deleted
inserted
replaced
159 cDrownSpeed : hwFloat; |
159 cDrownSpeed : hwFloat; |
160 cDrownSpeedf : real; |
160 cDrownSpeedf : real; |
161 cMaxWindSpeed : hwFloat; |
161 cMaxWindSpeed : hwFloat; |
162 cWindSpeed : hwFloat; |
162 cWindSpeed : hwFloat; |
163 cWindSpeedf : real; |
163 cWindSpeedf : real; |
|
164 cElastic : hwFloat; |
164 cGravity : hwFloat; |
165 cGravity : hwFloat; |
165 cGravityf : real; |
166 cGravityf : real; |
166 cDamageModifier : hwFloat; |
167 cDamageModifier : hwFloat; |
167 cLaserSighting : boolean; |
168 cLaserSighting : boolean; |
168 cVampiric : boolean; |
169 cVampiric : boolean; |
2432 cDrownSpeed.QWordValue := 257698038; // 0.06 |
2433 cDrownSpeed.QWordValue := 257698038; // 0.06 |
2433 cDrownSpeedf := 0.06; |
2434 cDrownSpeedf := 0.06; |
2434 cMaxWindSpeed.QWordValue:= 1073742; // 0.00025 |
2435 cMaxWindSpeed.QWordValue:= 1073742; // 0.00025 |
2435 cWindSpeed.QWordValue := 0; // 0.0 |
2436 cWindSpeed.QWordValue := 0; // 0.0 |
2436 cWindSpeedf := 0.0; |
2437 cWindSpeedf := 0.0; |
|
2438 cElastic := _0_9; |
2437 cGravity := cMaxWindSpeed * 2; |
2439 cGravity := cMaxWindSpeed * 2; |
2438 cGravityf := 0.00025 * 2; |
2440 cGravityf := 0.00025 * 2; |
2439 cDamageModifier := _1; |
2441 cDamageModifier := _1; |
2440 TargetPoint := cTargetPointRef; |
2442 TargetPoint := cTargetPointRef; |
2441 |
2443 |