[Orxonox-commit 6517] r11161 - code/trunk/src/orxonox/gametypes
landauf at orxonox.net
landauf at orxonox.net
Sun Mar 27 21:37:45 CEST 2016
Author: landauf
Date: 2016-03-27 21:37:44 +0200 (Sun, 27 Mar 2016)
New Revision: 11161
Modified:
code/trunk/src/orxonox/gametypes/TeamGametype.cc
Log:
removed another spurious backslash
Modified: code/trunk/src/orxonox/gametypes/TeamGametype.cc
===================================================================
--- code/trunk/src/orxonox/gametypes/TeamGametype.cc 2016-03-27 19:35:18 UTC (rev 11160)
+++ code/trunk/src/orxonox/gametypes/TeamGametype.cc 2016-03-27 19:37:44 UTC (rev 11161)
@@ -140,7 +140,7 @@
void TeamGametype::spawnDeadPlayersIfRequested()
{
- for (const auto& mapEntry : this->players_)\
+ for (const auto& mapEntry : this->players_)
{
if(allowedInGame_[mapEntry.first] == false)//check if dead player is allowed to enter
{
More information about the Orxonox-commit
mailing list