Some nits.
This commit is contained in:
@@ -37,7 +37,7 @@ namespace
|
|||||||
|
|
||||||
bool generatePlanets( SolarSystem *const ) override;
|
bool generatePlanets( SolarSystem *const ) override;
|
||||||
|
|
||||||
static void check_old_shofixti ();
|
static void check_old_shofixti();
|
||||||
};
|
};
|
||||||
|
|
||||||
auto init= []
|
auto init= []
|
||||||
@@ -156,7 +156,7 @@ GenerateShofixti::generatePlanets( SolarSystem *const solarSys )
|
|||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
GenerateShofixti::check_old_shofixti (void)
|
GenerateShofixti::check_old_shofixti()
|
||||||
{
|
{
|
||||||
HIPGROUP hGroup;
|
HIPGROUP hGroup;
|
||||||
IP_GROUP *GroupPtr;
|
IP_GROUP *GroupPtr;
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ namespace
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
generateOrbital( SolarSystem *const solarSys, PLANET_DESC *const world )
|
generateOrbital( SolarSystem *const solarSys, PLANET_DESC *const world ) override
|
||||||
{
|
{
|
||||||
std::cerr << "The C++ generator for slylandro orbital was called!" << std::endl;
|
std::cerr << "The C++ generator for slylandro orbital was called!" << std::endl;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user