mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-01-18 18:02:32 +01:00
"Minor changes."
This commit is contained in:
parent
71483a7602
commit
bf0dc998d8
@ -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);
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user