mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 02:11:38 +00:00
Add a few more case stubs
svn-id: r15229
This commit is contained in:
parent
b7a5d73499
commit
76e0414117
@ -487,6 +487,10 @@ void ScummEngine_v90he::o90_unknown1C() {
|
||||
_wizY1 = pop();
|
||||
_wizX1 = pop();
|
||||
break;
|
||||
case 20:
|
||||
pop();
|
||||
pop();
|
||||
break;
|
||||
case 21:
|
||||
pop();
|
||||
pop();
|
||||
@ -509,6 +513,10 @@ void ScummEngine_v90he::o90_unknown1C() {
|
||||
_wizFlag |= 64;
|
||||
_wizY1 = _wizX1 = pop();
|
||||
break;
|
||||
case 203: // HE98+
|
||||
pop();
|
||||
pop();
|
||||
break;
|
||||
case 209:
|
||||
if (_fullRedraw) {
|
||||
assert(_wizImagesNum < ARRAYSIZE(_wizImages));
|
||||
|
Loading…
Reference in New Issue
Block a user