Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7049


Ignore:
Timestamp:
May 31, 2010, 3:08:51 PM (14 years ago)
Author:
smerkli
Message:

some comments made, no code changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation3/src/orxonox/ChatInputHandler.cc

    r7043 r7049  
    120120  void ChatInputHandler::setupColors()
    121121  {
     122    /* auto variables */
    122123    float red = 1.0, green = 0.5, blue = 0.5;
    123124    int i = 0;
    124125
     126    // three loops: red tones, blue tones and green tones
    125127    // reds
    126128    for( i = 0; i < NumberOfColors/3; ++i )
     
    184186    std::string name )
    185187  {
     188    /* sanity checks */
    186189    if( !tocolor )
    187190      COUT(2) << "Empty ListBoxTextItem given to "
Note: See TracChangeset for help on using the changeset viewer.