Kovak / CBL_SECRET_PROTOTYPE_RUNNING_GAME

0 stars 0 forks source link

New Game creates another instance of Game over old one and weird shit happens #8

Closed sbrother closed 11 years ago

KerbySmith commented 11 years ago

It no longer (visually) loads over the old screen but there is definately something still going on behind the scenes. Haven't figured out how to remove the old game yet once player has died.

sbrother commented 11 years ago

Did you do something to remove it visually, or did that happen as a side effect of other code we added?

KerbySmith commented 11 years ago

No I did something, check out the ReplayScreen code. It doesn't really fix the problem but it makes it so it can run. I was just investigating how to fix it.

sbrother commented 11 years ago

Added a game stop method that fixes this issue.