DREAMWEB: 'getanyaddir' (without parameters) is no longer used

This commit is contained in:
Filippos Karapetis 2011-12-06 05:01:15 +02:00
parent 8cf4ba1ed6
commit 916d3e9e86
3 changed files with 1 additions and 18 deletions

View File

@ -292,6 +292,7 @@ generator = cpp(context, "DreamGen", blacklist = [
'gamer',
'gates',
'generalerror',
'getanyaddir',
'getbackfromob',
'getbackfromops',
'getbacktoops',

View File

@ -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);

View File

@ -566,7 +566,6 @@ public:
void useCashCard();
void openTomb();
void doSomeTalk();
void getAnyAdDir();
void showSaveOps();
void introMonks1();
void resetLocation();