Browse Source

Make duplicate global variables extern.

poke646_vendetta
Night Owl 8 years ago
parent
commit
8af4cfbe56
  1. 4
      pm_shared/pm_shared.c

4
pm_shared/pm_shared.c

@ -30,8 +30,8 @@ @@ -30,8 +30,8 @@
#ifdef CLIENT_DLL
// Spectator Mode
int iJumpSpectator;
float vJumpOrigin[3];
float vJumpAngles[3];
extern float vJumpOrigin[3];
extern float vJumpAngles[3];
#endif
static int pm_shared_initialized = 0;

Loading…
Cancel
Save