]> git.pld-linux.org Git - packages/crawl.git/blob - crawl-fix_build.patch
- BR: libstdc++-devel
[packages/crawl.git] / crawl-fix_build.patch
1 --- dc400b26-src.orig/source/religion.cc        2007-07-01 23:43:26.121413286 +0200
2 +++ dc400b26-src/source/religion.cc     2007-07-01 23:45:11.070156078 +0200
3 @@ -53,18 +53,18 @@
4  #include "stuff.h"
5  
6  const char *sacrifice[] = {
7 -    {" glows silver and disappears."},
8 -    {" glows a brilliant golden colour and disappears."},
9 -    {" rots away in an instant."},
10 -    {" crumbles to dust."},
11 -    {" is eaten by a bug."},    /* Xom - no sacrifices */
12 -    {" explodes into nothingness."},
13 -    {" is consumed in a burst of flame."},
14 -    {" is consumed in a roaring column of flame."},
15 -    {" glows faintly for a moment, then is gone."},
16 -    {" is consumed in a roaring column of flame."},
17 -    {" glows with a rainbow of weird colours and disappears."},
18 -    {" evaporates."}
19 +    " glows silver and disappears.",
20 +    " glows a brilliant golden colour and disappears.",
21 +    " rots away in an instant.",
22 +    " crumbles to dust.",
23 +    " is eaten by a bug.",    /* Xom - no sacrifices */
24 +    " explodes into nothingness.",
25 +    " is consumed in a burst of flame.",
26 +    " is consumed in a roaring column of flame.",
27 +    " glows faintly for a moment, then is gone.",
28 +    " is consumed in a roaring column of flame.",
29 +    " glows with a rainbow of weird colours and disappears.",
30 +    " evaporates."
31  };
32  
33  void altar_prayer(void);
This page took 0.047459 seconds and 3 git commands to generate.