示例#1
0
 private void hasMoved() {
   if (landing) tetris.mustIgnoreNextLanding = true;
   landing = false;
   tetris.currentBlockHasMoved();
 }