]> git.pld-linux.org Git - packages/crawl.git/commitdiff
- fix build (error: braces around scalar initializer for type 'const char*')
authordarekr <darekr@pld-linux.org>
Sun, 1 Jul 2007 21:50:43 +0000 (21:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crawl-fix_build.patch -> 1.1

crawl-fix_build.patch [new file with mode: 0644]

diff --git a/crawl-fix_build.patch b/crawl-fix_build.patch
new file mode 100644 (file)
index 0000000..b68c1de
--- /dev/null
@@ -0,0 +1,33 @@
+--- dc400b26-src.orig/source/religion.cc       2007-07-01 23:43:26.121413286 +0200
++++ dc400b26-src/source/religion.cc    2007-07-01 23:45:11.070156078 +0200
+@@ -53,18 +53,18 @@
+ #include "stuff.h"
+ const char *sacrifice[] = {
+-    {" glows silver and disappears."},
+-    {" glows a brilliant golden colour and disappears."},
+-    {" rots away in an instant."},
+-    {" crumbles to dust."},
+-    {" is eaten by a bug."},    /* Xom - no sacrifices */
+-    {" explodes into nothingness."},
+-    {" is consumed in a burst of flame."},
+-    {" is consumed in a roaring column of flame."},
+-    {" glows faintly for a moment, then is gone."},
+-    {" is consumed in a roaring column of flame."},
+-    {" glows with a rainbow of weird colours and disappears."},
+-    {" evaporates."}
++    " glows silver and disappears.",
++    " glows a brilliant golden colour and disappears.",
++    " rots away in an instant.",
++    " crumbles to dust.",
++    " is eaten by a bug.",    /* Xom - no sacrifices */
++    " explodes into nothingness.",
++    " is consumed in a burst of flame.",
++    " is consumed in a roaring column of flame.",
++    " glows faintly for a moment, then is gone.",
++    " is consumed in a roaring column of flame.",
++    " glows with a rainbow of weird colours and disappears.",
++    " evaporates."
+ };
+ void altar_prayer(void);
This page took 0.119749 seconds and 4 git commands to generate.