mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
nukage
This commit is contained in:
parent
9d80b4394e
commit
c9b3b34f26
1 changed files with 0 additions and 6 deletions
|
@ -1566,12 +1566,6 @@ void Host_Frame (float time)
|
|||
fps_count++;
|
||||
}
|
||||
|
||||
static void simple_crypt(char *buf, int len)
|
||||
{
|
||||
while (len--)
|
||||
*buf++ ^= 0xff;
|
||||
}
|
||||
|
||||
//============================================================================
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue