diff --git a/src/free.c b/src/free.c index df89fc52..b297e618 100644 --- a/src/free.c +++ b/src/free.c @@ -1,4 +1,5 @@ #include "free.h" +#include "transfer_struct.h" #include "user.h" #include "variables.h" @@ -21,7 +22,7 @@ free_memory(void) void free_transfer_list(void) { - gint i, j; + gint i; for(i=0;ilen;i++) g_array_free(g_array_index(transfer_list, Transfer, i).offers, TRUE); diff --git a/support_files/bygfoot_constants b/support_files/bygfoot_constants index b147ef59..a4970769 100644 --- a/support_files/bygfoot_constants +++ b/support_files/bygfoot_constants @@ -419,7 +419,7 @@ float_live_game_stadium_event_fire 1000 # foul probabilities. float_live_game_foul 1100 -float_live_game_foul_red_injury 180 +float_live_game_foul_red_injury 5000#***180 float_live_game_foul_red 450 float_live_game_foul_yellow 2800