Subversion Repositories Games.Carmageddon

Rev

Rev 18 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18 Rev 20
Line 32... Line 32...
32
    } defines;
32
    } defines;
33
} tHarness_game_info;
33
} tHarness_game_info;
34
 
34
 
35
typedef struct tHarness_game_config {
35
typedef struct tHarness_game_config {
36
    int enable_cd_check;
36
    int enable_cd_check;
37
    int physics_step_time;
37
    float physics_step_time;
38
    float fps;
38
    float fps;
39
    int freeze_timer;
39
    int freeze_timer;
40
    unsigned demo_timeout;
40
    unsigned demo_timeout;
41
    int enable_diagnostics;
41
    int enable_diagnostics;
42
    float volume_multiplier;
42
    float volume_multiplier;
43
    int start_full_screen;
43
    int start_full_screen;
44
    int gore_check;
44
    int gore_check;
45
    int sound_options;
45
    int sound_options;
46
    int no_bind;
46
    int no_bind;
47
    int verbose;
-
 
48
 
47
 
49
    int install_signalhandler;
48
    int install_signalhandler;
50
} tHarness_game_config;
49
} tHarness_game_config;
51
 
50
 
52
extern tHarness_game_info harness_game_info;
51
extern tHarness_game_info harness_game_info;