[Orxonox-commit 2883] r7586 - code/branches/lastmanstanding/src/orxonox/gametypes

jo at orxonox.net jo at orxonox.net
Tue Oct 26 21:14:45 CEST 2010


Author: jo
Date: 2010-10-26 21:14:45 +0200 (Tue, 26 Oct 2010)
New Revision: 7586

Modified:
   code/branches/lastmanstanding/src/orxonox/gametypes/LastManStanding.cc
Log:
HUD bug removed.

Modified: code/branches/lastmanstanding/src/orxonox/gametypes/LastManStanding.cc
===================================================================
--- code/branches/lastmanstanding/src/orxonox/gametypes/LastManStanding.cc	2010-10-26 19:01:48 UTC (rev 7585)
+++ code/branches/lastmanstanding/src/orxonox/gametypes/LastManStanding.cc	2010-10-26 19:14:45 UTC (rev 7586)
@@ -157,6 +157,8 @@
         {
             const std::string& message = "Your Lives: " +multi_cast<std::string>(playerLives_[player]);
             this->gtinfo_->sendFadingMessage(message,it2->first->getClientID());
+            const std::string& message1 = "Remaining Players: "+ multi_cast<std::string>(playersAlive);
+            this->gtinfo_->sendStaticMessage(message1,it2->first->getClientID(),ColourValue(1.0f, 1.0f, 0.5f));
         }
     }
 




More information about the Orxonox-commit mailing list