Difference for include/book.h from version 1.1 to 1.2


version 1.1 version 1.2
Line 6
 
Line 6
    
 /* Message buf size. If this is changed, keep in mind that big strings  /* Message buf size. If this is changed, keep in mind that big strings
  * may be unreadable by the player as the tail of the message   * may be unreadable by the player as the tail of the message
  * can scroll over the beginning (as of v0.92.2).  */   * can scroll over the beginning (as of v0.92.2).
    * Note that the book messages are stored in the msg buf,
    * which is limited by 'HUGE_BUF' in the loader.
    */
    
 #define BOOK_BUF        800  #define BOOK_BUF        HUGE_BUF-10
    
 /* if little books arent getting enough text generated, enlarge this */  /* if little books arent getting enough text generated, enlarge this */
    


Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:18