ACCESS: Remove a useless variable

This commit is contained in:
Strangerke 2015-01-30 07:15:46 +01:00
parent 49d06c1398
commit 576ad394f3
2 changed files with 0 additions and 2 deletions

View File

@ -194,7 +194,6 @@ public:
bool _canSaveLoad;
Resource *_establish;
int _et;
int _printEnd;
int _txtPages;
int _narateFile;

View File

@ -272,7 +272,6 @@ void AmazonEngine::doEstablish(int screenId, int estabIndex) {
}
loadEstablish(estabIndex);
_et = estabIndex;
uint16 msgOffset;
if (!isCD())
msgOffset = READ_LE_UINT16(_establish->data() + (estabIndex * 2));