Changeset 11083 for code/trunk/src/orxonox/chat
- Timestamp:
- Jan 21, 2016, 1:59:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/chat/ChatInputHandler.cc
r11071 r11083 214 214 { 215 215 /* sanity checks */ 216 if( !tocolor ) 217 orxout(internal_warning) << "Empty ListBoxTextItem given to " 218 "ChatInputhandler::sub_setcolor()." << endl; 216 if (!tocolor) 217 { 218 orxout(internal_warning) << "Empty ListBoxTextItem given to " 219 "ChatInputhandler::sub_setcolor()." << endl; 220 return; 221 } 219 222 220 223 /* "hash" the name */
Note: See TracChangeset
for help on using the changeset viewer.