- Backend update from Raze.
This commit is contained in:
parent
2b805e196d
commit
7e0084f56b
20 changed files with 217 additions and 21 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue