joseffaghihi / GamificationAlgebraConcepts

Gamification of Algebra Concepts
0 stars 1 forks source link

[MMM:Ship.AI] GameManager() Not Restarted #25

Closed SibTiger closed 8 years ago

SibTiger commented 8 years ago

GameManager() instance is never restarted once the instance has been destroyed. If the game is technically over by scores, the spawning actors will continue to be spawned regardless.

Davidizm commented 8 years ago

Sounds like this could be a job for a boolean :)

Date: Fri, 8 Jan 2016 17:50:57 -0800 From: notifications@github.com To: GamificationAlgebraConcepts@noreply.github.com Subject: [GamificationAlgebraConcepts] [MMM:Ship.AI] GameManager() Not Restarted (#25)

GameManager() instance is never restarted once the instance has been destroyed. If the game is technically over by scores, the spawning actors will continue to be spawned regardless.

— Reply to this email directly or view it on GitHub.

SibTiger commented 8 years ago

Possibly, but there could be another way.

SibTiger commented 8 years ago

I might have resolved this issue in commit [ 14ffa2522b6298a92e8c0b3b8a7aa76742fabed4 ], but requires testing.

SibTiger commented 8 years ago

Looks like I have not hit the root of the problem yet; I'll keep looking....

SibTiger commented 8 years ago

Finally got it in commit [ 501f4b7d6733b73e1e536068131c83f0b448d580 ]