banks1990 / frozenbubbleandroid

Automatically exported from code.google.com/p/frozenbubbleandroid
GNU General Public License v2.0
0 stars 0 forks source link

Penguin sprites slow down their animation once the game is won/lost in Player vs. CPU #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The game won and game lost banners are getting continually
added to the screen in Player vs. CPU game mode after the game is completed.

This bug is fixed in a derivative version of Frozen Bubble.  Refer to the 
following software revision for details of the fix:

https://code.google.com/p/frozenbubbleplus/source/detail?r=255

Essentially, the endOfGame flag is checked prior to adding the banners to the 
sprite list, and then the endOfGame flag is set afterwards to prevent repeat 
additions.

Original issue reported on code.google.com by forter...@gmail.com on 7 Mar 2014 at 2:30

GoogleCodeExporter commented 9 years ago
Fixed in version 2.0.

Original comment by forter...@gmail.com on 28 Apr 2014 at 11:00