File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 127
127
* Fix: Warnings with distributor name (commit:5ed40f3153cad4b983a473add191fcb7724416a2, commit:f7f4334869eeaad243b734341908be50ddcba0a0, ticket:4752)
128
128
* Fix: Upgrade icon having extra pixels (commit:11fc00b329551893d88b8f837702c4af43d53240, ticket:4759)
129
129
* Fix: MXE compiler warnings (too many commits, ticket:4753)
130
+ * Fix: Warcam started at distance < 0 no longer breaks zoom when stopped (ticket:4830)
130
131
* Remove: Unused sensor turret properties in design menu (commit:c6b628e2c0c815467f0799c6c65e2f88d31585d3, ticket:4619)
131
132
* Remove: Do not save showFPS configuration option twice (commit:55c77847e4137c219170fff80d0342a0742499dd, ticket:4645)
132
133
* Remove: Unused sensor "Nexus Link" (not the weapon with the same name!) (ticket:4768)
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ struct WARCAM
74
74
Vector3f rotVel = Vector3f(0 .f, 0 .f, 0 .f);
75
75
Vector3f rotAccel = Vector3f(0 .f, 0 .f, 0 .f);
76
76
77
- UDWORD oldDistance;
77
+ float oldDistance;
78
78
BASE_OBJECT *target;
79
79
};
80
80
You can’t perform that action at this time.
0 commit comments