mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +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 pass_len = pass.Length;
|
||||||
int hash = PasskeyHash (pass); // sub_100E0390
|
int hash = PasskeyHash (pass); // sub_100E0390
|
||||||
var hash_table = new KeyTableGenerator (hash);
|
var hash_table = new KeyTableGenerator (hash);
|
||||||
// hash_table.Init (hash); // sub_100E0680
|
|
||||||
byte[] table = new byte[0x10000];
|
byte[] table = new byte[0x10000];
|
||||||
for (int i = 0; i < table.Length; ++i)
|
for (int i = 0; i < table.Length; ++i)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user