Rev 11 | Rev 20 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 11 | Rev 18 | ||
|---|---|---|---|
| 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 |
|
37 | int 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; |
|
| 47 | 48 | ||
| 48 | int install_signalhandler; |
49 | int install_signalhandler; |
| 49 | } tHarness_game_config; |
50 | } tHarness_game_config; |
| 50 | 51 | ||
| 51 | extern tHarness_game_info harness_game_info; |
52 | extern tHarness_game_info harness_game_info; |