mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-01-22 01:21:12 +00:00
scoreStartTime definition missing
This commit is contained in:
parent
c9e52d8730
commit
3efc92b915
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.44 2002/02/04 02:17:39 jbravo
|
||||
// scoreStartTime definition missing
|
||||
//
|
||||
// Revision 1.43 2002/02/04 00:11:12 slicer
|
||||
// Matchmode: Teams Ready/Not Ready goes by cvar MM_team1/2
|
||||
//
|
||||
|
@ -768,6 +771,8 @@ typedef struct {
|
|||
|
||||
sfxSyncInfo_t curSyncSound; // Shifts after a sound is played
|
||||
|
||||
// JBravo: adding scoreStartTime for NiceAss
|
||||
int scoreStartTime;
|
||||
|
||||
} cg_t;
|
||||
|
||||
|
|
Loading…
Reference in a new issue