mirror of
https://github.com/id-Software/quake2-rerelease-dll.git
synced 2025-03-14 12:20:45 +00:00
Checking if moving to g_local helps
This commit is contained in:
parent
0e42bc2021
commit
3c8e26f4e6
1 changed files with 2 additions and 2 deletions
|
@ -2127,8 +2127,8 @@ struct gunStats_t
|
|||
int damage; //Damage dealt
|
||||
};
|
||||
|
||||
// C++ External symbol linker fixes
|
||||
extern bool team_round_going;
|
||||
// C++ External symbol linker fixes?
|
||||
bool team_round_going = false; // is an actual round of a team game going right now?
|
||||
|
||||
//======================================================================
|
||||
// Action Add End
|
||||
|
|
Loading…
Reference in a new issue