Changeset 9834
- Timestamp:
- Dec 2, 2013, 12:19:44 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/tetris/Tetris.cc
r9833 r9834 351 351 if(player && player->isHumanPlayer()) 352 352 { 353 this->end(); 353 if(this->activeBrick_ != NULL) 354 { 355 this->player_->stopControl(); 356 } 357 this->cleanup(); 354 358 } 355 359 return left;
Note: See TracChangeset
for help on using the changeset viewer.