diff options
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) ); - |