mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 06:14:49 +08:00
AWC audio name hash resolution and sorting
This commit is contained in:
@@ -3009,7 +3009,7 @@ namespace CodeWalker.GameFiles
|
||||
{
|
||||
name = name.Substring(slidx + 1);
|
||||
}
|
||||
var didx = name.LastIndexOf('.');
|
||||
var didx = name.IndexOf('.');
|
||||
if ((didx > 0) && (didx < name.Length))
|
||||
{
|
||||
name = name.Substring(0, didx);
|
||||
|
||||
Reference in New Issue
Block a user