Divide up some code for HE6 and HE7
svn-id: r13136
This commit is contained in:
parent
5fbc3497c1
commit
f80d6a7a26
5 changed files with 143 additions and 96 deletions
|
@ -931,7 +931,7 @@ void ScummEngine_v6::o6_cursorCommand() {
|
|||
_userPut--;
|
||||
break;
|
||||
case 0x99:{ // SO_CURSOR_IMAGE Set cursor image
|
||||
if (_features & GF_AFTER_HEV7) {
|
||||
if ((_features & GF_HUMONGOUS) && (_features & GF_WINDOWS)) {
|
||||
warning("cursorCommand 0x99 PC_SetCursorToID(%d) stub", pop());
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue