mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 21:01:04 +00:00
Cooked a cookie
This commit is contained in:
parent
b347b818e7
commit
4373afcdb2
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue