- replaced the homegrown integer types in all p* sources and headers.

This commit is contained in:
Christoph Oelckers 2017-03-08 15:20:00 +01:00
commit ad41b23506
37 changed files with 487 additions and 487 deletions

View file

@ -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];