mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
Import changes from the local SVN working copy
This commit is contained in:
@@ -4366,7 +4366,7 @@ BOOLEAN LoadPlayerGroupList( HWFILE hFile, GROUP **pGroup )
|
||||
|
||||
//Should never happen
|
||||
Assert( sTempID != -1 );
|
||||
pTemp->ubID = (UINT8) sTempID;
|
||||
pTemp->ubID = (UINT16) sTempID;
|
||||
|
||||
pTemp->pSoldier = &Menptr[ pTemp->ubID ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user