<URL: http://bugs.freeciv.org/Ticket/Display.html?id=39986 >


Le 26 déc. 07 à 02:18, William Allen Simpson a écrit :

>
> <URL: http://bugs.freeciv.org/Ticket/Display.html?id=39986 >
>
> François Marlier wrote:
>> Seems the /load command doesn't look in the same folder/directory
>> than the /save command, I'm wondering why.
>>
> Sounds like a bug.

Only things I changed about this are :

in connectdlg_common line 236 :

   /* argv[argc++] = "~/.freeciv/saves"; */
   /* OSX SDL UB */
   argv[argc++] = "~/Documents/Freeciv/saves";

and add this to config.h just in case :

  #define FREECIV_PATH "~/Documents/Freeciv/data", "~/Documents/ 
Freeciv/saves", "~/Documents/Freeciv/locale"

it works ok for saving files, but when loading files full path is  
needed.



_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to