- replaced another large batch of homegrown type use.
This commit is contained in:
parent
6c6bab73ad
commit
6dee9ff566
57 changed files with 656 additions and 656 deletions
|
|
@ -1487,7 +1487,7 @@ static int ntoh_cmp(const void *a, const void *b)
|
|||
//
|
||||
//===========================================================================
|
||||
|
||||
void P_WriteDemoWeaponsChunk(BYTE **demo)
|
||||
void P_WriteDemoWeaponsChunk(uint8_t **demo)
|
||||
{
|
||||
WriteWord(Weapons_ntoh.Size(), demo);
|
||||
for (unsigned int i = 1; i < Weapons_ntoh.Size(); ++i)
|
||||
|
|
@ -1505,7 +1505,7 @@ void P_WriteDemoWeaponsChunk(BYTE **demo)
|
|||
//
|
||||
//===========================================================================
|
||||
|
||||
void P_ReadDemoWeaponsChunk(BYTE **demo)
|
||||
void P_ReadDemoWeaponsChunk(uint8_t **demo)
|
||||
{
|
||||
int count, i;
|
||||
PClassActor *type;
|
||||
|
|
@ -1570,7 +1570,7 @@ void Net_WriteWeapon(PClassActor *type)
|
|||
//
|
||||
//===========================================================================
|
||||
|
||||
PClassActor *Net_ReadWeapon(BYTE **stream)
|
||||
PClassActor *Net_ReadWeapon(uint8_t **stream)
|
||||
{
|
||||
int index;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue