Changeset 7049 for code/branches/presentation3
- Timestamp:
- May 31, 2010, 3:08:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/src/orxonox/ChatInputHandler.cc
r7043 r7049 120 120 void ChatInputHandler::setupColors() 121 121 { 122 /* auto variables */ 122 123 float red = 1.0, green = 0.5, blue = 0.5; 123 124 int i = 0; 124 125 126 // three loops: red tones, blue tones and green tones 125 127 // reds 126 128 for( i = 0; i < NumberOfColors/3; ++i ) … … 184 186 std::string name ) 185 187 { 188 /* sanity checks */ 186 189 if( !tocolor ) 187 190 COUT(2) << "Empty ListBoxTextItem given to "
Note: See TracChangeset
for help on using the changeset viewer.