[Orxonox-commit 7246] r11860 - in code/branches/RacingBots_FS18/src: modules/gametypes orxonox/items
arismu at orxonox.net
arismu at orxonox.net
Thu Apr 12 16:12:54 CEST 2018
Author: arismu
Date: 2018-04-12 16:12:54 +0200 (Thu, 12 Apr 2018)
New Revision: 11860
Modified:
code/branches/RacingBots_FS18/src/modules/gametypes/SpaceRace.cc
code/branches/RacingBots_FS18/src/orxonox/items/Engine.cc
Log:
An pickups gearbeitet und neue file SpaceRaceTemplates.oxt erstellt
Modified: code/branches/RacingBots_FS18/src/modules/gametypes/SpaceRace.cc
===================================================================
--- code/branches/RacingBots_FS18/src/modules/gametypes/SpaceRace.cc 2018-04-12 14:12:25 UTC (rev 11859)
+++ code/branches/RacingBots_FS18/src/modules/gametypes/SpaceRace.cc 2018-04-12 14:12:54 UTC (rev 11860)
@@ -68,7 +68,7 @@
#include "util/Math.h"
#include "SpaceRaceBot.h"
#include "items/Engine.h"
-#include <vector>
+#include <vector>
#include <iostream>
#include <string>
Modified: code/branches/RacingBots_FS18/src/orxonox/items/Engine.cc
===================================================================
--- code/branches/RacingBots_FS18/src/orxonox/items/Engine.cc 2018-04-12 14:12:25 UTC (rev 11859)
+++ code/branches/RacingBots_FS18/src/orxonox/items/Engine.cc 2018-04-12 14:12:54 UTC (rev 11860)
@@ -67,7 +67,7 @@
this->accelerationUpDown_ = 0.0f;
this->speedAdd_ = 0.0f;
- this->speedMultiply_ = 1.8f; //////////////////////////////////////////
+ this->speedMultiply_ = 3.0f; //////////////////////////////////////////
this->setConfigValues();
this->registerVariables();
More information about the Orxonox-commit
mailing list