Code: Select all
    {
        printf("%s can't be made... And doesn't exist ! Exitting ...", dir);
        exit(1);
    }
<<<<<<< main.cpp
    sprintf(dir, "%s/.manaworld/tmw.conf", userHome);
=======
    sprintf(dir, "%s/.manaworld/config.xml", userHome);
>>>>>>> 1.73
#endif
<<<<<<< main.cpp
    // Checking if the tmw.conf file exists... otherwise creates it with
=======
    // Checking if the configuration file exists... otherwise creates it with
>>>>>>> 1.73
    // default options !
    FILE *tmwFile = 0;
    tmwFile = fopen(dir, "r");
Code: Select all
    }
    sprintf(dir, "%s/.manaworld/config.xml", userHome);
#endif
    // Checking if the configuration file exists... otherwise creates it with
    // default options !
Code: Select all
LIBS := `sdl-config --libs` -lguichan_sdl -lguichan_opengl -lguichan \
        -lSDL_mixer -lSDL_image `pkg-config --libs libxml-2.0` -lGL
Code: Select all
LIBS := `sdl-config --libs` -lguichan_sdl -lguichan_opengl -lguichan \
        -lSDL_mixer -lSDL_image `pkg-config --libs libxml-2.0` -lGL -lphysfs
 
				


 Actually the correct way would be to call configure as "./configure CXXFLAGS=-DUSE_OPENGL", but it seems that this still doesn't work for some people.
 Actually the correct way would be to call configure as "./configure CXXFLAGS=-DUSE_OPENGL", but it seems that this still doesn't work for some people. (this isn't my only change so I guess I've been very lucky so far)
 (this isn't my only change so I guess I've been very lucky so far)