diff options
author | rafan <rafan@FreeBSD.org> | 2009-01-23 15:38:50 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2009-01-23 15:38:50 +0800 |
commit | 7ba32b662e8ab0eb2f53b16b9aeb3da5c9111ec4 (patch) | |
tree | c041d4efc0372be21c2d77444c3c77105fa3555f /games/stonesoup | |
parent | c0795e14124202bce333035ea04952c179ae197d (diff) | |
download | freebsd-ports-gnome-7ba32b662e8ab0eb2f53b16b9aeb3da5c9111ec4.tar.gz freebsd-ports-gnome-7ba32b662e8ab0eb2f53b16b9aeb3da5c9111ec4.tar.zst freebsd-ports-gnome-7ba32b662e8ab0eb2f53b16b9aeb3da5c9111ec4.zip |
- Add a forgotten patch in previous update (0.4.5)
PR: ports/130860
Diffstat (limited to 'games/stonesoup')
-rw-r--r-- | games/stonesoup/files/patch-initfile.cc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/games/stonesoup/files/patch-initfile.cc b/games/stonesoup/files/patch-initfile.cc new file mode 100644 index 000000000000..cd3c0a73ced7 --- /dev/null +++ b/games/stonesoup/files/patch-initfile.cc @@ -0,0 +1,17 @@ +--- initfile.cc.orig 2009-01-19 20:08:34.000000000 +0000 ++++ initfile.cc 2009-01-19 20:09:20.000000000 +0000 +@@ -2196,12 +2196,12 @@ + #endif + else BOOL_OPTION(show_gold_turns); + else BOOL_OPTION(show_beam); +-#ifndef SAVE_DIR_PATH ++// #ifndef SAVE_DIR_PATH + else if (key == "morgue_dir") + { + morgue_dir = field; + } +-#endif ++// #endif + else if (key == "hp_warning") + { + hp_warning = atoi( field.c_str() ); |