Some nits.

This commit is contained in:
2024-04-26 17:50:03 -04:00
parent 52b451d7f3
commit a9d0e3ce7c
2 changed files with 3 additions and 3 deletions
@@ -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;