Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8681


Ignore:
Timestamp:
May 30, 2011, 9:58:19 AM (13 years ago)
Author:
dafrick
Message:

gametypeInfo didn't quite work in Tetris.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/orxonox/infos/GametypeInfo.cc

    r8648 r8681  
    100100    void GametypeInfo::changedStarted(void)
    101101    {
    102        
     102        NotificationListener::sendCommand("clear", GametypeInfo::NOTIFICATION_SENDER);
    103103    }
    104104
     
    308308        {
    309309            if(this->hasStarted() && !this->hasEnded())
    310             {
    311                 //NotificationListener::sendCommand("clear", GametypeInfo::NOTIFICATION_SENDER, notificationSendMode::network, player->getClientID());
     310
    312311                this->setSpawnedHelper(player, true);
    313             }
    314312        }
    315313    }
Note: See TracChangeset for help on using the changeset viewer.