Update of /cvsroot/playerstage/code/stage/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10994/src

Modified Files:
      Tag: release-2-1-patches
        stage.c 
Log Message:
applied Toby's patch to fix RGBFILE-to-COLOR_DATABASE

Index: stage.c
===================================================================
RCS file: /cvsroot/playerstage/code/stage/src/Attic/stage.c,v
retrieving revision 1.91
retrieving revision 1.91.4.1
diff -C2 -d -r1.91 -r1.91.4.1
*** stage.c     14 Jan 2008 20:23:01 -0000      1.91
--- stage.c     3 Mar 2008 20:43:22 -0000       1.91.4.1
***************
*** 19,22 ****
--- 19,23 ----
  #include "replace.h"
  #include "stage_internal.h"
+ #include "config.h"
  
  int _stg_quit = FALSE;
***************
*** 159,164 ****
        char* searchfiles[] = {
        "./rgb.txt",
! #ifdef RGBFILE
!       RGBFILE,
  #endif
        "../rgb.txt",
--- 160,165 ----
        char* searchfiles[] = {
        "./rgb.txt",
! #ifdef COLOR_DATABASE
!       COLOR_DATABASE,
  #endif
        "../rgb.txt",


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to