Renamed o6_unknownE1 to o6_getPixel; use vs->xstart instead of _screenLeft
svn-id: r14607
This commit is contained in:
parent
bc7b72f13d
commit
239aa2b062
4 changed files with 7 additions and 21 deletions
|
@ -333,7 +333,7 @@ void ScummEngine_v6he::setupOpcodes() {
|
|||
OPCODE(o6_rename),
|
||||
/* E0 */
|
||||
OPCODE(o6_soundOps),
|
||||
OPCODE(o6_unknownE1),
|
||||
OPCODE(o6_getPixel),
|
||||
OPCODE(o6_localizeArray),
|
||||
OPCODE(o6_pickVarRandom),
|
||||
/* E4 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue