From 3efc92b9157b71a3e4ad5541f37db294d4b98180 Mon Sep 17 00:00:00 2001 From: Richard Allen Date: Mon, 4 Feb 2002 02:17:39 +0000 Subject: [PATCH] scoreStartTime definition missing --- reaction/cgame/cg_local.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reaction/cgame/cg_local.h b/reaction/cgame/cg_local.h index 0a94a39d..994232bc 100644 --- a/reaction/cgame/cg_local.h +++ b/reaction/cgame/cg_local.h @@ -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;