mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 00:41:12 +00:00
ACCESS: Remove a useless variable
This commit is contained in:
parent
49d06c1398
commit
576ad394f3
@ -194,7 +194,6 @@ public:
|
||||
bool _canSaveLoad;
|
||||
|
||||
Resource *_establish;
|
||||
int _et;
|
||||
int _printEnd;
|
||||
int _txtPages;
|
||||
int _narateFile;
|
||||
|
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user