Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7586


Ignore:
Timestamp:
Oct 26, 2010, 9:14:45 PM (13 years ago)
Author:
jo
Message:

HUD bug removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/lastmanstanding/src/orxonox/gametypes/LastManStanding.cc

    r7585 r7586  
    158158            const std::string& message = "Your Lives: " +multi_cast<std::string>(playerLives_[player]);
    159159            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));
    160162        }
    161163    }
Note: See TracChangeset for help on using the changeset viewer.