ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/player.C
(Generate patch)

Comparing deliantra/server/common/player.C (file contents):
Revision 1.73 by root, Wed Nov 21 12:59:44 2012 UTC vs.
Revision 1.74 by root, Wed Nov 21 13:06:10 2012 UTC

283// expand one level of cfpod 283// expand one level of cfpod
284// end == -2, till '\n' 284// end == -2, till '\n'
285// end == -1, till '>' 285// end == -1, till '>'
286// end == 0, till eos 286// end == 0, till eos
287// end >= 1, levels of " >>>" 287// end >= 1, levels of " >>>"
288// pod sequences not handled: F, S, X
288static const char * 289static const char *
289expand_cfpod (int hintmode, int gender, dynbuf_text &buf, const char *cfpod, int end = 0) 290expand_cfpod (int hintmode, int gender, dynbuf_text &buf, const char *cfpod, int end = 0)
290{ 291{
291 static dynbuf_text nest(128, 128); 292 static dynbuf_text nest(128, 128);
292 293

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines