1
1
mirror of https://github.com/tstellar/bygfoot.git synced 2025-01-18 18:02:32 +01:00

"Minor changes."

This commit is contained in:
gyboth 2005-05-17 06:15:05 +00:00
parent 71483a7602
commit bf0dc998d8
2 changed files with 3 additions and 2 deletions

View File

@ -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;i<transfer_list->len;i++)
g_array_free(g_array_index(transfer_list, Transfer, i).offers, TRUE);

View File

@ -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