diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-12-17 20:25:38 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-12-17 20:25:38 +0000 |
commit | 6256380ee1c34ff27be5d4df3649b85cd5e11ddb (patch) | |
tree | 0138b52e70fe8ae3c44b0906bd6f2ebac31128c9 /games/quake2-data | |
parent | 795cc7928cf47acfedaeebf012824838a25b22b0 (diff) | |
download | ports-6256380ee1c34ff27be5d4df3649b85cd5e11ddb.tar.gz ports-6256380ee1c34ff27be5d4df3649b85cd5e11ddb.zip |
Notes
Diffstat (limited to 'games/quake2-data')
-rw-r--r-- | games/quake2-data/files/patch-g_local.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/quake2-data/files/patch-g_local.h b/games/quake2-data/files/patch-g_local.h new file mode 100644 index 000000000000..640d5229d5dc --- /dev/null +++ b/games/quake2-data/files/patch-g_local.h @@ -0,0 +1,14 @@ +--- ./g_local.h.orig Mon Nov 30 17:41:21 1998 ++++ ./g_local.h Sun Dec 17 17:16:36 2006 +@@ -439,11 +439,6 @@ + extern int sm_meat_index; + extern int snd_fry; + +-extern int jacket_armor_index; +-extern int combat_armor_index; +-extern int body_armor_index; +- +- + // means of death + #define MOD_UNKNOWN 0 + #define MOD_BLASTER 1 |