Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9795


Ignore:
Timestamp:
Nov 21, 2013, 9:03:13 AM (10 years ago)
Author:
jo
Message:

Removed recursion bug. Invalid positioning/ collision detection still not fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/tetris/Tetris.cc

    r9667 r9795  
    237237            {
    238238                // recurse because all stones have to checked again after the brick was re-positioned
    239                 this->isValidBrickPosition(brick);
    240239                return false;
    241240            }
Note: See TracChangeset for help on using the changeset viewer.