]> git.pld-linux.org Git - packages/airstrike.git/blob - airstrike-pld.patch
- longer pl description
[packages/airstrike.git] / airstrike-pld.patch
1 diff -urN airstrike-pre6a-src.orig/airstrikerc airstrike-pre6a-src/airstrikerc
2 --- airstrike-pre6a-src.orig/airstrikerc        2003-01-18 20:48:11.000000000 +0100
3 +++ airstrike-pre6a-src/airstrikerc     2004-02-06 23:48:28.000000000 +0100
4 @@ -4,7 +4,7 @@
5  
6  
7  # The path where the program looks for its data files
8 -datapath "data"
9 +datapath "/usr/share/games/airstrike/data"
10  
11  #window size or fullscreen resolution
12  screen.width 800
13 diff -urN airstrike-pre6a-src.orig/src/airstrike.c airstrike-pre6a-src/src/airstrike.c
14 --- airstrike-pre6a-src.orig/src/airstrike.c    2003-01-18 20:48:05.000000000 +0100
15 +++ airstrike-pre6a-src/src/airstrike.c 2004-02-06 23:48:53.000000000 +0100
16 @@ -74,7 +74,7 @@
17    console_set_pos(9,254);
18    console_load_bg(path_to_data("console-bg.png"));
19    sprite_types_setup();
20 -  sprite_background_load("data/bg.png","data/bgmask.png");
21 +  sprite_background_load("/usr/share/games/airstrike/data/bg.png","/usr/share/games/airstrike/data/bgmask.png");
22  
23    level_setup();
24    winds_setup();
25 diff -urN airstrike-pre6a-src.orig/src/config.h airstrike-pre6a-src/src/config.h
26 --- airstrike-pre6a-src.orig/src/config.h       2003-01-18 20:48:05.000000000 +0100
27 +++ airstrike-pre6a-src/src/config.h    2004-02-06 23:48:28.000000000 +0100
28 @@ -6,7 +6,7 @@
29  /* absolute path to main config file (for now it's airstrikerc in the
30     current dir)*/
31  #ifndef ROOT_CONFIG_FILE
32 -#define ROOT_CONFIG_FILE "airstrikerc"
33 +#define ROOT_CONFIG_FILE "/usr/share/games/airstrike/airstrikerc"
34  #endif
35  /* path to file in users $HOME */
36  #ifndef USER_CONFIG_FILE
This page took 0.063434 seconds and 3 git commands to generate.