cheevos-new: no magic numbers
This commit is contained in:
parent
b7acc33bda
commit
8e02ebd987
|
@ -1415,7 +1415,7 @@ found:
|
|||
CORO_RET();
|
||||
}
|
||||
|
||||
coro->offset = 512;
|
||||
coro->offset = snes_header_len;
|
||||
coro->count = 0;
|
||||
|
||||
CORO_GOSUB(EVAL_MD5);
|
||||
|
|
Loading…
Reference in New Issue