Skip to content

Commit 7263e71

Browse files
committed
Fix cEllipticalOrbit::Precalculate()
1 parent 08e9df1 commit 7263e71

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Spore ModAPI/SourceCode/Simulator/Planets.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,8 @@ namespace Simulator
7171
bool useSuperpowerMultiplier, bool useStorageMultiplier, float finalFactor, int numCities, bool limitOutput),
7272
Args(baseValue, maxOutput, extraFactor, isHomeWorld, useSuperpowerMultiplier, useStorageMultiplier, finalFactor, numCities, limitOutput));
7373

74+
75+
auto_METHOD_VOID_(cEllipticalOrbit, Precalculate);
76+
7477
}
7578
#endif

0 commit comments

Comments
 (0)