[Fix] I'm a retard!! I wasn't initialising ticks.. Spawning now works. Ima go sleep now.

This commit is contained in:
Allanis 2013-02-28 03:41:03 +00:00
parent 6b1228a4af
commit ef437c9b98

View File

@ -189,6 +189,8 @@ void space_update(const double dt) {
(void)dt; // Don't need it right now.
t = SDL_GetTicks();
if(cur_system->nfleets == 0)
// Please stop checking that there are no fleets.
spawn_timer = t + 300000;