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

Comparing deliantra/server/common/readable.C (file contents):
Revision 1.47 by root, Thu Oct 15 23:24:38 2009 UTC vs.
Revision 1.48 by root, Thu Oct 15 23:25:53 2009 UTC

1811 cfperl_make_book (book, level); 1811 cfperl_make_book (book, level);
1812 /* already gives title */ 1812 /* already gives title */
1813 return; 1813 return;
1814 } 1814 }
1815 1815
1816 strcat (msgbuf, "\n"); /* safety -- we get ugly map saves/crashes w/o this */
1817
1818 if (strlen (msgbuf) > 1) 1816 if (strlen (msgbuf) > 1)
1819 { 1817 {
1820 book->msg = msgbuf; 1818 book->msg = msgbuf;
1821 /* lets give the "book" a new name, which may be a compound word */ 1819 /* lets give the "book" a new name, which may be a compound word */
1822 change_book (book, msg_type); 1820 change_book (book, msg_type);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines