Subversion Repositories Games.Carmageddon

Rev

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

Rev 11 Rev 15
Line 31... Line 31...
31
 
31
 
32
int gExtra_mem;
32
int gExtra_mem;
33
int gReplay_override;
33
int gReplay_override;
34
tGraf_spec gGraf_specs[2] = {
34
tGraf_spec gGraf_specs[2] = {
35
    { 8, 1, 0, 320, 200, 0, 0, "32X20X8", GFX_INIT_STRING_32X20X8, 320, 320, 200, NULL },
35
    { 8, 1, 0, 320, 200, 0, 0, "32X20X8", GFX_INIT_STRING_32X20X8, 320, 320, 200, NULL },
36
    { 8, 1, 0, 640, 480, 0, 0, "64X48X8", GFX_INIT_STRING_64X48X8, 640, 480, 480, NULL }
36
    { 8, 1, 0, 640, 480, 0, 0, "64X48X8", GFX_INIT_STRING_64X48X8, 640, 480, 480, NULL } // Pierre-Marie Baty -- fixed yres
37
};
37
};
38
int gASCII_table[128];
38
int gASCII_table[128];
39
tU32 gKeyboard_bits[8];
39
tU32 gKeyboard_bits[8];
40
int gASCII_shift_table[128];
40
int gASCII_shift_table[128];
41
char gNetwork_profile_fname[256];
41
char gNetwork_profile_fname[256];