Merge y_inter.c/h

This commit is contained in:
Sally Coolatta 2020-08-09 15:47:37 -04:00
parent 68f9edf86b
commit 4f47775d51
3 changed files with 31 additions and 1297 deletions

View file

@ -11216,14 +11216,9 @@ struct {
// Intermission types
{"int_none",int_none},
{"int_coop",int_coop},
{"int_match",int_match},
{"int_teammatch",int_teammatch},
//{"int_tag",int_tag},
{"int_ctf",int_ctf},
{"int_spec",int_spec},
{"int_race",int_race},
{"int_comp",int_comp},
{"int_battle",int_battle},
{"int_timeattack",int_timeattack},
// Jingles (jingletype_t)
{"JT_NONE",JT_NONE},

File diff suppressed because it is too large Load diff

View file

@ -27,27 +27,10 @@ void Y_SetupVoteFinish(SINT8 pick, SINT8 level);
typedef enum
{
int_none,
<<<<<<< HEAD
int_timeattack, // Time Attack
int_match, // Match
int_teammatch, // Team Match
// int_tag, // Tag
int_ctf, // CTF
int_spec, // Special Stage
int_nights, // NiGHTS into Dreams
int_nightsspec, // NiGHTS special stage
int_race, // Race
int_classicrace, // Competition
=======
int_coop, // Single Player/Cooperative
int_match, // Match
int_teammatch,// Team Match
// int_tag, // Tag
int_ctf, // CTF
int_spec, // Special Stage
int_race, // Race
int_comp, // Competition
>>>>>>> srb2/next
int_race, // Race
int_battle, // Battle
int_timeattack, // Time Attack
} intertype_t;
extern intertype_t intertype;
extern intertype_t intermissiontypes[NUMGAMETYPES];