--- cfgparse.y	Wed Feb 24 13:32:29 1999
+++ /home/andy/tmp/wrk/cfgparse.y	Sat Mar 13 16:47:11 1999
@@ -231,7 +231,7 @@
 { 
    char s[200];
 
-   sprintf(s,"%s/ssystem.conf",texturepath);
+   sprintf(s,"%s/ssystem.conf", CONFIGDIR);
    cfgin=fopen(s,"rt");
    if (cfgin==NULL) {
 	sprintf(s,"ssystem.conf");
