Search found 2 matches

by rookie86
Fri Jan 29, 2010 2:02 am
Forum: Bug reports
Topic: Spectator Bugs in Multiplayer-Games
Replies: 3
Views: 2527

Ouh, its 02:55... buuuuut, i found the bug! :D The bug isn't in game.c, it is in league.c. See this function: /** Return the average stadium capacity of cpu teams in the specified league or cup. */ gint league_cup_average_capacity(gint clid) { #ifdef DEBUG printf("league_cup_average_capacity\n&...
by rookie86
Wed Mar 04, 2009 11:17 pm
Forum: Bug reports
Topic: Spectator Bugs in Multiplayer-Games
Replies: 3
Views: 2527

Spectator Bugs in Multiplayer-Games

if both team of a game are controlled by human-players 0 spectators want to see this game :cry: i'm not a good programmer, but the problem shoud be in the following code-part of the "game.c"-file: void game_assign_attendance(Fixture *fix) { ... max_att = MIN((gint) rint( (gfloat)league_cup...