summaryrefslogtreecommitdiff
path: root/source/mvd_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/mvd_parse.c')
-rw-r--r--source/mvd_parse.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/mvd_parse.c b/source/mvd_parse.c
index a9a0fc6..505ff6b 100644
--- a/source/mvd_parse.c
+++ b/source/mvd_parse.c
@@ -890,7 +890,7 @@ static void MVD_ParseServerData( mvd_t *mvd ) {
int protocol;
int length, index;
char *gamedir, *string, *p;
- uint32 checksum;
+ uint32_t checksum;
int i;
mvd_player_t *player;
@@ -1023,8 +1023,8 @@ static void MVD_ParseServerData( mvd_t *mvd ) {
}
static qboolean MVD_ParseMessage( mvd_t *mvd, fifo_t *fifo ) {
- uint16 msglen;
- uint32 magic;
+ uint16_t msglen;
+ uint32_t magic;
byte *data;
int length;
int cmd, extrabits;