]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
eliminated qbyte type, now uses unsigned char throughout the engine for this purpose
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index 67ee4c1621de8d7cb829571bd309c227ae957824..e02d6cceb57f987c30855789db9ba32ba7ecbc2d 100644 (file)
--- a/host.c
+++ b/host.c
@@ -479,7 +479,7 @@ void Host_ShutdownServer(qboolean crash)
 {
        int i, count;
        sizebuf_t buf;
 {
        int i, count;
        sizebuf_t buf;
-       qbyte message[4];
+       unsigned char message[4];
 
        Con_DPrintf("Host_ShutdownServer\n");
 
 
        Con_DPrintf("Host_ShutdownServer\n");