(svn r1496) -Fix: highscore no longer crashes in network games with a dedicated server. At the end of the game (can only be set by the server) the highscore is shown for the top5 companies of that game

-Fix: fixed some compiler warnings
-Added PF_NETWORK_ONLY flag to settings. Such a setting can only be modified in a network game.
This commit is contained in:
darkvater
2005-01-13 16:28:47 +00:00
parent 0074496ea4
commit 06cc62f40d
11 changed files with 130 additions and 47 deletions

View File

@@ -365,9 +365,14 @@ typedef struct {
} news_d;
typedef struct {
int i;
int j;
} general_d;
uint32 background_img;
int8 rank;
} highscore_d;
typedef struct {
int height;
uint16 counter;
} scroller_d;
typedef enum VehicleListFlags {
VL_DESC = 0x01,