Skip to content

Commit

Permalink
Fix incorrect speed bars for vtol.
Browse files Browse the repository at this point in the history
Fixes ticket:3143
  • Loading branch information
crab312 committed Feb 10, 2012
1 parent 9d61693 commit 2e03931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/design.cpp
Expand Up @@ -3758,7 +3758,7 @@ void intProcessDesign(UDWORD id)
sCurrDesign.asParts[COMP_PROPULSION] = ((PROPULSION_STATS *)apsComponentList[id - IDDES_COMPSTART]) - asPropulsionStats;

/* Set the new stats on the display */
intSetPropulsionStats((PROPULSION_STATS *)apsComponentList[id - IDDES_COMPSTART]);
intSetPropulsionForm((PROPULSION_STATS *)apsComponentList[id - IDDES_COMPSTART]);

// Check that the weapon (if any) is valid for this propulsion
if (!intCheckValidWeaponForProp())
Expand Down

0 comments on commit 2e03931

Please sign in to comment.