Skip to content

Commit

Permalink
Fix issues in opcodeNamesM and binaryOpNames
Browse files Browse the repository at this point in the history
  • Loading branch information
scemino committed May 17, 2024
1 parent 95b5945 commit 8d641b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lingodec/names.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ const char *opcodeNamesM[] = {
"deletechunk", // kOpDeleteChunk 0x5b
"get", // kOpGet 0x5c
"set", // kOpSet 0x5d
"unk5e",
"getmovieprop", // kOpGetMovieProp 0x5f
"setmovieprop", // kOpSetMovieProp 0x60
"getobjprop", // kOpGetObjProp 0x61
Expand Down Expand Up @@ -123,9 +124,9 @@ const char *binaryOpNames[] = {
"&&", // kOpJoinPadStr 0x0b
"<", // kOpLt 0x0c
"<=", // kOpLtEq 0x0d
"<", // kOpNtEq 0x0e
"<>", // kOpNtEq 0x0e
"=", // kOpEq 0x0f
"", // kOpGt 0x10
">", // kOpGt 0x10
">=", // kOpGtEq 0x11
"and", // kOpAnd 0x12
"or", // kOpOr 0x13
Expand Down

0 comments on commit 8d641b1

Please sign in to comment.