new ref system for scoreboard

This commit is contained in:
Bryce Hutchings 2002-08-24 08:01:11 +00:00
parent 7c028c263c
commit c1f6b8e1a7

View file

@ -5,6 +5,9 @@
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// //
// $Log$ // $Log$
// Revision 1.117 2002/08/24 08:01:11 niceass
// new ref system for scoreboard
//
// Revision 1.116 2002/08/22 03:30:20 niceass // Revision 1.116 2002/08/22 03:30:20 niceass
// countdown code added // countdown code added
// //
@ -583,6 +586,7 @@ typedef struct {
//Slicer Matchmode //Slicer Matchmode
team_t captain; team_t captain;
team_t sub; team_t sub;
qboolean referee;
} score_t; } score_t;
//Blaze: WeaponStats Struct //Blaze: WeaponStats Struct