[Plib-cvs] plib/src/ssg ssgconf.h,1.13,1.14
Brought to you by:
sjbaker
From: Wolfram K. <wol...@us...> - 2004-09-14 12:19:15
|
Update of /cvsroot/plib/plib/src/ssg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11815 Modified Files: ssgconf.h Log Message: Fixed comment, suggested by Mr. John F Fay. Index: ssgconf.h =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/ssgconf.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- ssgconf.h 13 Sep 2004 10:57:32 -0000 1.13 +++ ssgconf.h 14 Sep 2004 12:19:05 -0000 1.14 @@ -39,8 +39,8 @@ /* For optional use of PNG textures, download the glpng library from - http://www.wyatt100.freeserve.co.uk/download.htm and un-comment - the following line. + http://www.wyatt100.freeserve.co.uk/download.htm and + change the #undef to a #define in the following line. */ #undef SSG_LOAD_PNG_SUPPORTED |