kwadroke / coldestgame

Coldest: Absolute Zero - A continuation of the Open Source Mech game "Coldest"
http://kwadroke.github.io/coldestgame
Other
4 stars 2 forks source link

Power down on map start not working past first map #8

Closed kwadroke closed 7 years ago

kwadroke commented 7 years ago

When a new map is loaded, after a match is completed, the Battle Frames aren't powered down. It works correctly on the first map, just not maps after that.

This is probably due to getting the SDL_GetTicks() and the IF statement not kicking off as there isn't any checking/resetting/comparison of the time since the new map began.

kwadroke commented 7 years ago

Removed this feature for now in a92089c. Will revisit later.