[Orxonox-commit 7104] r11721 - code/trunk/src/modules/gametypes
landauf at orxonox.net
landauf at orxonox.net
Sat Feb 10 01:01:38 CET 2018
Author: landauf
Date: 2018-02-10 01:01:38 +0100 (Sat, 10 Feb 2018)
New Revision: 11721
Modified:
code/trunk/src/modules/gametypes/SpaceRace.cc
Log:
[SpaceRace_HS16] fixed warning with MSVC
Modified: code/trunk/src/modules/gametypes/SpaceRace.cc
===================================================================
--- code/trunk/src/modules/gametypes/SpaceRace.cc 2018-02-04 15:58:37 UTC (rev 11720)
+++ code/trunk/src/modules/gametypes/SpaceRace.cc 2018-02-10 00:01:38 UTC (rev 11721)
@@ -91,7 +91,7 @@
{
// define spawn positions of the 5 bots
- int startpos[15];
+ float startpos[15];
startpos[0] =100;
startpos[1] =-40;
More information about the Orxonox-commit
mailing list