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.57 by root, Thu Nov 5 15:43:21 2009 UTC vs.
Revision 1.58 by root, Sat Nov 7 18:30:05 2009 UTC

449 449
450 nest.clear (); 450 nest.clear ();
451 451
452 goto skip; 452 goto skip;
453 } 453 }
454
455 default:
456 pfx = "UNKNOWN_DIRECTIVE{";
457 sfx = "}";
458 break;
454 } 459 }
455 460
456 buf << pfx; 461 buf << pfx;
457 cfpod = expand_cfpod (pl, buf, cfpod, end); 462 cfpod = expand_cfpod (pl, buf, cfpod, end);
458 buf << sfx; 463 buf << sfx;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines