NullVoxPopuli / html5tetris

Automatically exported from code.google.com/p/html5tetris
0 stars 0 forks source link

Swap Piece and Lock Down time #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The slide/lock time and/or number of moves seems to get all screwy if you dick 
around with a piece while sliding it, then swap it, the lock down counters seem 
to not be reset appropriately.

Original issue reported on code.google.com by Leigh.Pa...@gmail.com on 11 Nov 2011 at 3:32

GoogleCodeExporter commented 8 years ago
A new block was getting it's lock down soft-reset rather than hard-reset, 
changed it so that whenever a piece goes form not bottomed to bottomed, it gets 
a hard-reset.

fixed in v1.0.3

Original comment by Leigh.Pa...@gmail.com on 12 Nov 2011 at 1:09