]> git.pld-linux.org Git - packages/clanbomber.git/blob - clanbomber-hardcoded_paths.patch
- może wrescie ktoś wykasuje to konto ?
[packages/clanbomber.git] / clanbomber-hardcoded_paths.patch
1 --- clanbomber-1.02a/clanbomber/ClanBomber.cpp~ Sun Nov 10 23:14:09 2002
2 +++ clanbomber-1.02a/clanbomber/ClanBomber.cpp  Sun Nov 10 23:14:09 2002
3 @@ -101,10 +101,10 @@
4                         map_path = "/usr/local/share/clanbomber/maps";
5                         if (!opendir(map_path))
6                         {
7 -                               map_path = "/usr/share/clanbomber/maps";
8 +                               map_path = "/usr/share/games/clanbomber/maps";
9                                 if (!opendir(map_path))
10                                 {
11 -                                       map_path = "/usr/share/clanbomber/maps";
12 +                                       map_path = "/usr/share/games/clanbomber/maps";
13                                 }
14                         }
15                 }
16 @@ -606,7 +606,7 @@
17                 {
18                         try
19                         {
20 -                               wav = CL_Streamed_MikModSample::create("/usr/share/clanbomber/bud.mod", NULL, true);
21 +                               wav = CL_Streamed_MikModSample::create("/usr/share/games/clanbomber/bud.mod", NULL, true);
22                                 ses = new CL_SoundBuffer_Session( wav->prepare() );
23                                 ses->set_volume(1.2f);
24                         }
This page took 0.706542 seconds and 3 git commands to generate.