mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 15:44:00 +08:00
removed commented out code.
This commit is contained in:
parent
7580d36414
commit
85c55b9aec
@ -155,7 +155,6 @@ namespace GameRes.Formats.Selene
|
||||
int pass_len = pass.Length;
|
||||
int hash = PasskeyHash (pass); // sub_100E0390
|
||||
var hash_table = new KeyTableGenerator (hash);
|
||||
// hash_table.Init (hash); // sub_100E0680
|
||||
byte[] table = new byte[0x10000];
|
||||
for (int i = 0; i < table.Length; ++i)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user