diff options
Diffstat (limited to 'games-arcade/monkey-bubble')
-rw-r--r-- | games-arcade/monkey-bubble/files/gcc-295.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/games-arcade/monkey-bubble/files/gcc-295.patch b/games-arcade/monkey-bubble/files/gcc-295.patch deleted file mode 100644 index f80fe65afa03..000000000000 --- a/games-arcade/monkey-bubble/files/gcc-295.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- monkey-bubble-0.1.5/src/view/gdk-view.c.orig 2003-10-03 04:40:26.000000000 +0200 -+++ monkey-bubble-0.1.5/src/view/gdk-view.c 2003-10-03 04:42:27.000000000 +0200 -@@ -934,14 +934,12 @@ - - - void gdk_view_set_score(GdkView * d,int score) { -- Block * block; -- g_assert(IS_GDK_VIEW(d)); -- gdk_view_clear_score(d); -- -- -+ Block * block; - int pre_score; - int i = 0; -- -+ -+ g_assert(IS_GDK_VIEW(d)); -+ gdk_view_clear_score(d); - - if( score != 0 ) { - |