mirror of
https://github.com/ladislav-zezula/StormLib.git
synced 2026-01-22 07:34:30 +01:00
+ Hashing function no longer replaces slashes for backslashes (storm.dll v 2002 doesn't do that either)
+ Support for names beginning with slashes, like \/\BTNThoriumAmmunition.blp
This commit is contained in:
@@ -215,7 +215,7 @@ bool WINAPI SFileOpenArchive(
|
||||
bool bSearchComplete = false;
|
||||
|
||||
memset(ha, 0, sizeof(TMPQArchive));
|
||||
ha->pfnHashString = HashString;
|
||||
ha->pfnHashString = HashStringSlash;
|
||||
ha->pStream = pStream;
|
||||
pStream = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user