[Orxonox-commit 497] r3057 - trunk/src/orxonox/objects/gametypes
mockm at orxonox.net
mockm at orxonox.net
Mon May 25 14:30:56 CEST 2009
Author: mockm
Date: 2009-05-25 14:30:56 +0200 (Mon, 25 May 2009)
New Revision: 3057
Modified:
trunk/src/orxonox/objects/gametypes/UnderAttack.cc
Log:
new rev of gametype UnderAttack: Gametime has been enlarged :-)
Modified: trunk/src/orxonox/objects/gametypes/UnderAttack.cc
===================================================================
--- trunk/src/orxonox/objects/gametypes/UnderAttack.cc 2009-05-25 11:56:53 UTC (rev 3056)
+++ trunk/src/orxonox/objects/gametypes/UnderAttack.cc 2009-05-25 12:30:56 UTC (rev 3057)
@@ -43,7 +43,7 @@
UnderAttack::UnderAttack(BaseObject* creator) : TeamDeathmatch(creator)
{
RegisterObject(UnderAttack);
- this->gameTime_ = 90;
+ this->gameTime_ = 180;
this->teams_ = 2;
this->destroyer_ = 0;
this->gameEnded_ = false;
@@ -54,7 +54,7 @@
void UnderAttack::setConfigValues()
{
- SetConfigValue(gameTime_, 30);
+ SetConfigValue(gameTime_, 180);
}
void UnderAttack::addDestroyer(Destroyer* destroyer)
More information about the Orxonox-commit
mailing list