mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
DREAMWEB: 'getanyaddir' (without parameters) is no longer used
This commit is contained in:
parent
8cf4ba1ed6
commit
916d3e9e86
@ -292,6 +292,7 @@ generator = cpp(context, "DreamGen", blacklist = [
|
||||
'gamer',
|
||||
'gates',
|
||||
'generalerror',
|
||||
'getanyaddir',
|
||||
'getbackfromob',
|
||||
'getbackfromops',
|
||||
'getbacktoops',
|
||||
|
@ -3068,23 +3068,6 @@ isex:
|
||||
ax = es.word(bx+7);
|
||||
}
|
||||
|
||||
void DreamGenContext::getAnyAdDir() {
|
||||
STACK_CHECK;
|
||||
_cmp(ah, 4);
|
||||
if (flags.z())
|
||||
goto isex3;
|
||||
_cmp(ah, 2);
|
||||
if (flags.z())
|
||||
goto isfree3;
|
||||
getSetAd();
|
||||
return;
|
||||
isfree3:
|
||||
getFreeAd();
|
||||
return;
|
||||
isex3:
|
||||
getExAd();
|
||||
}
|
||||
|
||||
void DreamGenContext::getOpenedSize() {
|
||||
STACK_CHECK;
|
||||
_cmp(data.byte(kOpenedtype), 4);
|
||||
|
@ -566,7 +566,6 @@ public:
|
||||
void useCashCard();
|
||||
void openTomb();
|
||||
void doSomeTalk();
|
||||
void getAnyAdDir();
|
||||
void showSaveOps();
|
||||
void introMonks1();
|
||||
void resetLocation();
|
||||
|
Loading…
Reference in New Issue
Block a user