diff options
author | David Seifert <soap@gentoo.org> | 2020-11-15 21:02:47 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-11-15 21:02:47 +0100 |
commit | 1f6ad5398eafae0e922547b21224ce670ff2650c (patch) | |
tree | 868c8ca2964c514313082d5db016b4461ba3d154 /games-fps/alienarena/files | |
parent | games-fps/alienarena: fix version to be 7.66 (diff) | |
download | gentoo-1f6ad5398eafae0e922547b21224ce670ff2650c.tar.gz gentoo-1f6ad5398eafae0e922547b21224ce670ff2650c.tar.bz2 gentoo-1f6ad5398eafae0e922547b21224ce670ff2650c.zip |
games-fps/alienarena: drop misversioned 20130827-r1
Closes: https://github.com/gentoo/gentoo/pull/17883
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-fps/alienarena/files')
-rw-r--r-- | games-fps/alienarena/files/alienarena-20130827-format.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games-fps/alienarena/files/alienarena-20130827-format.patch b/games-fps/alienarena/files/alienarena-20130827-format.patch deleted file mode 100644 index 3162a558afad..000000000000 --- a/games-fps/alienarena/files/alienarena-20130827-format.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/source/game/p_client.c.old 2016-01-18 20:13:25.147714704 +0100 -+++ b/source/game/p_client.c 2016-01-18 20:13:38.776476727 +0100 -@@ -2123,7 +2123,7 @@ - #else
- ent->ctype = 0; //alien is default
- sprintf(modelpath, "players/%s/human", playermodel);
-- sprintf(ent->charModel, playermodel);
-+ sprintf(ent->charModel, "%s", playermodel);
- Q2_FindFile (modelpath, &file);
- if(file)
- {
|