Package: bygfoot / 2.3.2-1

01_savegame_directory.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Patch to renamed the savegame directory and this
can work just with own version.
Index: bygfoot-2.3.2/src/bygfoot.h
===================================================================
--- bygfoot-2.3.2.orig/src/bygfoot.h	2010-02-18 01:44:36.000000000 -0500
+++ bygfoot-2.3.2/src/bygfoot.h	2010-02-18 01:45:48.000000000 -0500
@@ -53,7 +53,8 @@
 
 /** Home dir name */
 //#define HOMEDIRNAME ".bygfoot-cvs"
-#define HOMEDIRNAME ".bygfoot"
+//#define HOMEDIRNAME ".bygfoot"
+#define HOMEDIRNAME ".bygfoot-2.3.2"
 
 /**
  * Convenience macros, used for string sizes (typically buf[SMALL]).