Changeset 7586 for code/branches
- Timestamp:
- Oct 26, 2010, 9:14:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/lastmanstanding/src/orxonox/gametypes/LastManStanding.cc
r7585 r7586 158 158 const std::string& message = "Your Lives: " +multi_cast<std::string>(playerLives_[player]); 159 159 this->gtinfo_->sendFadingMessage(message,it2->first->getClientID()); 160 const std::string& message1 = "Remaining Players: "+ multi_cast<std::string>(playersAlive); 161 this->gtinfo_->sendStaticMessage(message1,it2->first->getClientID(),ColourValue(1.0f, 1.0f, 0.5f)); 160 162 } 161 163 }
Note: See TracChangeset
for help on using the changeset viewer.