1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/games/tornado/files/patch-ab
Ying-Chieh Liao 36af5fd001 add tornado
A curses-based game of weather destruction

PR:		28653
Submitted by:	Wade Minter <minter@lunenburg.org>
2001-07-08 08:08:12 +00:00

13 lines
430 B
Plaintext

diff -ur ../tornado-1.0.3.orig/scores.h ./scores.h
--- ../tornado-1.0.3.orig/scores.h Fri Dec 1 08:59:55 2000
+++ ./scores.h Sun Jul 1 16:35:36 2001
@@ -1,7 +1,7 @@
/* scores.h -- highscore functions */
/* score file name */
-#define SCOREFILE_NAME "/var/games/tornado.scores"
+#define SCOREFILE_NAME "/usr/local/share/games/tornado.scores"
/* maximum length for a player name (includes \0) */
#define MAX_PLAYER_LEN 22