diff options
Diffstat (limited to 'games/bygfoot/files/patch-src-lg_commentary.c')
-rw-r--r-- | games/bygfoot/files/patch-src-lg_commentary.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/games/bygfoot/files/patch-src-lg_commentary.c b/games/bygfoot/files/patch-src-lg_commentary.c index 1c9fbd8eeeeb..600df6a6186c 100644 --- a/games/bygfoot/files/patch-src-lg_commentary.c +++ b/games/bygfoot/files/patch-src-lg_commentary.c @@ -1,6 +1,6 @@ ---- src/lg_commentary.c.orig Sat Sep 10 11:30:49 2005 -+++ src/lg_commentary.c Sat Oct 8 00:06:21 2005 -@@ -48,6 +48,7 @@ +--- src/lg_commentary.c.orig Sun Oct 16 11:53:36 2005 ++++ src/lg_commentary.c Tue Nov 1 19:34:50 2005 +@@ -49,6 +49,7 @@ else commentaries = &lg_commentary[unit->event.type]; @@ -8,15 +8,15 @@ gint order[(*commentaries)->len]; lg_commentary_get_order(*commentaries, order); -@@ -89,6 +90,7 @@ - g_free(token_rep[i]); - token_rep[i] = NULL; - } +@@ -87,6 +88,7 @@ + i != option_int("string_lg_commentary_token_team_layer0", &lg_tokens) && + i != option_int("string_lg_commentary_token_team_layer1", &lg_tokens)) + free_gchar_ptr(token_rep[i]); + } } /** Check whether the commentary conditions are fulfilled and whether -@@ -310,6 +312,7 @@ +@@ -305,6 +307,7 @@ order[i] = -1; } @@ -24,7 +24,7 @@ gint permutation[priority_sum]; math_generate_permutation(permutation, 1, priority_sum); -@@ -330,6 +333,7 @@ +@@ -325,6 +328,7 @@ break; } |