Forgot to export the lock 🔒
This commit is contained in:
parent
93cb764c23
commit
ac7cd528a1
@ -1034,6 +1034,8 @@ namespace Game
|
||||
|
||||
extern vec3_t* CorrectSolidDeltas;
|
||||
|
||||
extern FastCriticalSection* db_hashCritSect;
|
||||
|
||||
void Sys_LockRead(FastCriticalSection* critSect);
|
||||
void Sys_UnlockRead(FastCriticalSection* critSect);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user