Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9834


Ignore:
Timestamp:
Dec 2, 2013, 12:19:44 AM (10 years ago)
Author:
jo
Message:

Fixing another bug introduced by the previous bug fix.

File:
1 edited

Legend:

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

    r9833 r9834  
    351351        if(player && player->isHumanPlayer())
    352352        {
    353             this->end();
     353            if(this->activeBrick_ != NULL)
     354            {
     355                this->player_->stopControl();
     356            }
     357            this->cleanup();
    354358        }
    355359        return left;
Note: See TracChangeset for help on using the changeset viewer.