diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-02-02 08:07:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-02-02 08:07:12 +0000 |
commit | 721987217f05cad6964fed4641392df3780a9d5f (patch) | |
tree | fb83ce43c0b0316bfe2e94b570d685c9282f76cd /games-sports/trophy/files/trophy-1.1.5-display-segv.patch | |
parent | Depend on virtual/krb5 for USE=kerberos rather than gssglue #493912 by Torste... (diff) | |
download | gentoo-2-721987217f05cad6964fed4641392df3780a9d5f.tar.gz gentoo-2-721987217f05cad6964fed4641392df3780a9d5f.tar.bz2 gentoo-2-721987217f05cad6964fed4641392df3780a9d5f.zip |
old
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-sports/trophy/files/trophy-1.1.5-display-segv.patch')
-rw-r--r-- | games-sports/trophy/files/trophy-1.1.5-display-segv.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games-sports/trophy/files/trophy-1.1.5-display-segv.patch b/games-sports/trophy/files/trophy-1.1.5-display-segv.patch deleted file mode 100644 index 83860d229ec3..000000000000 --- a/games-sports/trophy/files/trophy-1.1.5-display-segv.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/caplayer.cpp.old 2007-08-30 02:52:11.000000000 +0200 -+++ src/caplayer.cpp 2007-08-30 02:52:58.000000000 +0200 -@@ -914,6 +914,8 @@ - void - CAPlayer::display( int offsetX, int offsetY ) - { -+ if (frame >= CA_FPR) -+ frame = CA_FPR - 1; - sprite[frame]->draw ( (int)(x+offsetX - sprite[ frame ]->get_width()/2), - (int)(y+offsetY - sprite[ frame ]->get_height()/2) ); - |