[Debugging] Slightly optimize iw4 reading log
This commit is contained in:
@ -278,6 +278,8 @@ namespace Game
|
||||
searchpath_t* fs_searchpaths = (searchpath_t*)0x63D96E0;
|
||||
|
||||
XBlock** g_streamBlocks = (XBlock**)0x16E554C;
|
||||
int* g_streamPos = (int*)0x16E5554;
|
||||
int* g_streamPosIndex = (int*)0x16E5578;
|
||||
|
||||
bool* g_lobbyCreateInProgress = (bool*)0x66C9BC2;
|
||||
party_t** partyIngame = (party_t**)0x1081C00;
|
||||
|
@ -614,6 +614,8 @@ namespace Game
|
||||
extern searchpath_t* fs_searchpaths;
|
||||
|
||||
extern XBlock** g_streamBlocks;
|
||||
extern int* g_streamPos;
|
||||
extern int* g_streamPosIndex;
|
||||
|
||||
extern bool* g_lobbyCreateInProgress;
|
||||
extern party_t** partyIngame;
|
||||
|
Reference in New Issue
Block a user