Changeset 229 for trunk/src/game/Chat.cpp
- Timestamp:
- 11/19/08 13:48:34 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/Chat.cpp
r221 r229 1025 1025 return NULL; 1026 1026 1027 // skip sp eces1027 // skip spaces 1028 1028 while(*text==' '||*text=='\t'||*text=='\b') 1029 1029 ++text; … … 1073 1073 return NULL; 1074 1074 1075 // skip sp eces1075 // skip spaces 1076 1076 while(*text==' '||*text=='\t'||*text=='\b') 1077 1077 ++text;