]> git.pld-linux.org Git - packages/freelords.git/blob - freelords-path.patch
- updated to 0.3.1
[packages/freelords.git] / freelords-path.patch
1 --- freelords/src/common/mapdef.cpp.orig        Wed Jan 16 17:24:34 2002
2 +++ reelords/src/common/mapdef.cpp      Tue Sep  3 20:53:14 2002
3 @@ -371,7 +371,7 @@
4                         // and all variations of this tile
5                         for (int k = 0; k < 6; k++)
6                         {
7 -                               sprintf(fname, "../pic/map/default/%s_%i_%i.png", name, j, k);
8 +                               sprintf(fname, "/usr/X11R6/share/freelords/default/%s_%i_%i.png", name, j, k);
9  
10                                 SDL_Surface* newpic = IMG_Load(fname);
11                                 if (newpic != 0)
12 --- freelords/src/graphic/hero_offer.cpp.orig   Mon Aug  5 11:55:16 2002
13 +++ freelords/src/graphic/hero_offer.cpp        Wed Sep 18 16:44:40 2002
14 @@ -61,8 +61,8 @@
15                         (MSG_CALLBACK_OBJ)&Hero_offer::b_reject_clicked);
16  
17         // generate a name depending on sex of hero
18 -       if (d_gender == MALE) system("./hero_names.pyw 1 m");
19 -       else system("./hero_female_names.pyw 1 f");
20 +       if (d_gender == MALE) system("/usr/X11R6/share/freelords/hero_names.pyw 1 m");
21 +       else system("/usr/X11R6/share/freelords/hero_female_names.pyw 1 f");
22         
23      char new_name[80];
24         std::ifstream name_file("new_name");
This page took 0.090592 seconds and 3 git commands to generate.