mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-03 05:49:41 +03:00
amd64: fix multithread, fix vgui, fix physmodels
This commit is contained in:
@@ -367,7 +367,8 @@ void TextMessageParse( byte *pMemFile, int fileSize )
|
||||
|
||||
client_textmessage_t textMessages[ MAX_MESSAGES ];
|
||||
|
||||
int i, nameHeapSize, textHeapSize, messageSize, nameOffset;
|
||||
int i, nameHeapSize, textHeapSize, messageSize;
|
||||
intp nameOffset;
|
||||
|
||||
lastNamePos = 0;
|
||||
lineNumber = 0;
|
||||
@@ -633,4 +634,4 @@ client_textmessage_t *TextMessageGet( const char *pName )
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user