(svn r240) -Fix: desync on subsidy generation

-Fix: sometimes commands got executed to early on some clients
-Feature: universal event packets for transmitting subsidys
This commit is contained in:
signde
2004-09-13 22:49:11 +00:00
parent 9258f81405
commit bb2f8d8d1a
8 changed files with 91 additions and 13 deletions

View File

@@ -24,6 +24,10 @@ typedef struct NetworkGameList {
struct NetworkGameList * _next;
} NetworkGameList;
enum {
NET_EVENT_SUBSIDY = 0,
};
NetworkGameInfo _network_game;
NetworkGameList * _network_game_list;