Cooked a cookie

This commit is contained in:
Louis-Antoine 2017-01-01 23:27:06 +01:00
parent b347b818e7
commit 4373afcdb2
2 changed files with 2 additions and 2 deletions

View File

@ -3499,7 +3499,7 @@ static void HandlePacketFromAwayNode(SINT8 node)
* \sa GetPackets * \sa GetPackets
* *
*/ */
void HandlePacketFromPlayer(SINT8 node) static void HandlePacketFromPlayer(SINT8 node)
{FILESTAMP {FILESTAMP
XBOXSTATIC INT32 netconsole; XBOXSTATIC INT32 netconsole;
XBOXSTATIC tic_t realend, realstart; XBOXSTATIC tic_t realend, realstart;

View File

@ -446,7 +446,7 @@ void CL_LoadServerFiles(void)
} }
else if (fileneeded[i].important) else if (fileneeded[i].important)
{ {
char *s; const char *s;
switch(fileneeded[i].status) switch(fileneeded[i].status)
{ {
case FS_NOTFOUND: case FS_NOTFOUND: