Changeset 128 for trunk/src/game/Chat.cpp
- Timestamp:
- 11/19/08 13:38:43 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Chat.cpp
r112 r128 796 796 continue; 797 797 798 (list += "\n ") += table[i].Name; 798 if(m_session) 799 list += "\n "; 800 else 801 list += "\n\r "; 802 803 list += table[i].Name; 804 799 805 if(table[i].ChildCommands) 800 806 list += " ...";