[Orxonox-commit 2942] r7642 - code/branches/lastmanstanding/src/orxonox/gametypes

landauf at orxonox.net landauf at orxonox.net
Fri Nov 12 01:58:58 CET 2010


Author: landauf
Date: 2010-11-12 01:58:58 +0100 (Fri, 12 Nov 2010)
New Revision: 7642

Modified:
   code/branches/lastmanstanding/src/orxonox/gametypes/LastManStanding.cc
Log:
fixed a possible crash

Modified: code/branches/lastmanstanding/src/orxonox/gametypes/LastManStanding.cc
===================================================================
--- code/branches/lastmanstanding/src/orxonox/gametypes/LastManStanding.cc	2010-11-11 16:16:27 UTC (rev 7641)
+++ code/branches/lastmanstanding/src/orxonox/gametypes/LastManStanding.cc	2010-11-12 00:58:58 UTC (rev 7642)
@@ -177,6 +177,7 @@
             this->playerLives_.erase (player);
             this->playerDelayTime_.erase (player);
             this->inGame_.erase (player);
+            this->timeToAct_.erase(player);
         }
 
         return valid_player;




More information about the Orxonox-commit mailing list