- Backend update from Raze.

This commit is contained in:
Christoph Oelckers 2022-10-25 07:02:45 +02:00
commit 7e0084f56b
20 changed files with 217 additions and 21 deletions

View file

@ -841,7 +841,7 @@ int FileSystem::GetFileFlags (int lump)
uint32_t FileSystem::LumpNameHash (const char *s)
{
const uint32_t *table = GetCRCTable ();;
const uint32_t *table = GetCRCTable ();
uint32_t hash = 0xffffffff;
int i;