home *** CD-ROM | disk | FTP | other *** search
- //«OF6»«TS2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38»«PT2»«PL1»
-
- enum globals_enm {
- No_global = -1,
-
- G_mda_available,
- G_init_files,
- G_time_trial,
-
- G_sound_on,
- G_ambient_sound_on,
- G_streaming_on,
-
- G_initial_area,
-
- G_use_network,
- G_flat_directory,
-
- G_viewport_top,
- G_viewport_bottom,
- G_viewport_height,
- G_scroll_edge_y,
-
- G_disable_page_flip,
- G_graphics_card_s3,
-
- G_scroll_speed,
-
- G_network_players,
-
- G_sprite_c_heap_size,
- G_sprite_s_heap_size,
- G_sound_heap_size,
- G_jig_heap_size,
- G_tile_heap_size,
- G_tile_loc_heap_size,
-
- G_intro_screen_on,
- G_mission_screen_on,
-
- G_new_lumin_table,
- G_tinting_on,
-
- G_null_tile,
-
- G_shadows_on,
-
- G_max_sounds_impulse,
-
- G_allow_lumin_optim,
- G_page_flip_delay,
-
- G_sync_on,
- G_sync_fps,
-
- G_ambient_lumin_on,
- G_monitors_on,
-
- G_demo_area,
-
- G_ambient_warmth_on,
-
- G_object_respawning,
-
- G_multiplayer_grenades,
- G_game_silencer,
-
- G_sprite_c_heap_design,
- G_sprite_s_heap_design,
-
- G_video_surfaces_only,
-
- G_begin_mission_level,
-
- G_streaming_rate,
-
- Last_global
- };