mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-07 22:29:14 +08:00
removed commented out code.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user