mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 23:32:06 +00:00
new ref system for scoreboard
This commit is contained in:
parent
7c028c263c
commit
c1f6b8e1a7
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $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
|
||||
// countdown code added
|
||||
//
|
||||
|
@ -583,6 +586,7 @@ typedef struct {
|
|||
//Slicer Matchmode
|
||||
team_t captain;
|
||||
team_t sub;
|
||||
qboolean referee;
|
||||
} score_t;
|
||||
|
||||
//Blaze: WeaponStats Struct
|
||||
|
|
Loading…
Reference in a new issue