Merge branch 'master' of https://git.j3d1.de/KKK/KlassischeKeplerKriege
This commit is contained in:
commit
ac90b1a613
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ namespace game {
|
||||||
|
|
||||||
planets.push_back(new Planet(pos, i, 0.03 + 0.07*util::randf_0_1()));
|
planets.push_back(new Planet(pos, i, 0.03 + 0.07*util::randf_0_1()));
|
||||||
}
|
}
|
||||||
|
planets.push_back(new Planet(glm::vec2(0.0f, 0.0f), 0, 0.1f));
|
||||||
}
|
}
|
||||||
|
|
||||||
bool State::spawnShipForPlayer(Player *player)
|
bool State::spawnShipForPlayer(Player *player)
|
||||||
|
|
Loading…
Reference in a new issue