mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-20 16:49:52 +00:00
Note that 122 is strangeCall
This commit is contained in:
parent
861945977f
commit
1b7255e9d8
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ function parseComand({ start, makiFile, length }) {
|
|||
}
|
||||
|
||||
// TODO: What even is this?
|
||||
if (opcode === 112) {
|
||||
if (opcode === 112 /* strangeCall */) {
|
||||
makiFile.readUInt8();
|
||||
}
|
||||
return command;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue