mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-29 00:59:39 +00:00
Merge pull request #1652 from John3/cleanup_unused
Cleanup unused functions
This commit is contained in:
commit
f94c59e918
2 changed files with 0 additions and 4 deletions
|
|
@ -38,7 +38,6 @@ struct StaticShapeData: public ShapeBaseData {
|
|||
bool noIndividualDamage;
|
||||
S32 dynamicTypeField;
|
||||
bool isShielded;
|
||||
F32 energyPerDamagePoint;
|
||||
|
||||
//
|
||||
DECLARE_CONOBJECT(StaticShapeData);
|
||||
|
|
|
|||
|
|
@ -494,7 +494,6 @@ datablock PlayerData(DefaultPlayerData)
|
|||
imageAnimPrefixFP = "soldier";
|
||||
shapeNameFP[0] = "art/shapes/actors/Soldier/FP/FP_SoldierArms.DAE";
|
||||
|
||||
canObserve = 1;
|
||||
cmdCategory = "Clients";
|
||||
|
||||
cameraDefaultFov = 55.0;
|
||||
|
|
@ -517,7 +516,6 @@ datablock PlayerData(DefaultPlayerData)
|
|||
maxDamage = 100;
|
||||
maxEnergy = 60;
|
||||
repairRate = 0.33;
|
||||
energyPerDamagePoint = 75;
|
||||
|
||||
rechargeRate = 0.256;
|
||||
|
||||
|
|
@ -650,7 +648,6 @@ datablock PlayerData(DefaultPlayerData)
|
|||
|
||||
//exitingWater = ExitingWaterLightSound;
|
||||
|
||||
observeParameters = "0.5 4.5 4.5";
|
||||
|
||||
cameraMinDist = "0";
|
||||
DecalData = "PlayerFootprint";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue