- replaced the homegrown integer types in all p* sources and headers.
This commit is contained in:
parent
3a0e29dab9
commit
ad41b23506
37 changed files with 487 additions and 487 deletions
|
|
@ -1108,7 +1108,7 @@ static void HandleReply(player_t *player, bool isconsole, int nodenum, int reply
|
|||
//
|
||||
//============================================================================
|
||||
|
||||
void P_ConversationCommand (int netcode, int pnum, BYTE **stream)
|
||||
void P_ConversationCommand (int netcode, int pnum, uint8_t **stream)
|
||||
{
|
||||
player_t *player = &players[pnum];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue