diff options
Diffstat (limited to 'games/xlogical/files/patch-graph_images.cpp')
-rw-r--r-- | games/xlogical/files/patch-graph_images.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xlogical/files/patch-graph_images.cpp b/games/xlogical/files/patch-graph_images.cpp new file mode 100644 index 000000000000..b8e867d9703d --- /dev/null +++ b/games/xlogical/files/patch-graph_images.cpp @@ -0,0 +1,11 @@ +--- graph_images.cpp.orig 2007-11-06 00:02:06.000000000 +0100 ++++ graph_images.cpp 2007-11-06 00:02:21.000000000 +0100 +@@ -22,7 +22,7 @@ +
+ #include "defs.h"
+
+-char *imageFiles[] = {
++const char *imageFiles[] = {
+ DATA_DIR PATHSEP "images" PATHSEP "arrow_d.bmp",
+ DATA_DIR PATHSEP "images" PATHSEP "arrow_l.bmp",
+ DATA_DIR PATHSEP "images" PATHSEP "arrow_r.bmp",
|