Skip to content

Commit

Permalink
ACCESS: Remove unused _travel and _ask fields
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Dec 13, 2014
1 parent 01124c3 commit eadaf53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions engines/access/access.cpp
Expand Up @@ -84,8 +84,6 @@ AccessEngine::AccessEngine(OSystem *syst, const AccessGameDescription *gameDesc)
_establishMode = 0;
_establishGroup = 0;
_establishCtrlTblOfs = 0;
_travel = 0;
_ask = 0;
_lastTime = g_system->getMillis();
_curTime = 0;
_narateFile = 0;
Expand Down Expand Up @@ -501,10 +499,6 @@ void AccessEngine::synchronize(Common::Serializer &s) {

for (int i = 0; i < 256; ++i)
s.syncAsUint16LE(_flags[i]);

s.syncAsUint16LE(_travel);
s.syncAsUint16LE(_ask);

for (int i = 0; i < 100; ++i)
s.syncAsByte(_establishTable[i]);

Expand Down
2 changes: 0 additions & 2 deletions engines/access/access.h
Expand Up @@ -207,8 +207,6 @@ class AccessEngine : public Engine {
uint32 _newTime;
uint32 _newDate;
int _flags[256];
int _travel;
int _ask;

bool _clearSummaryFlag;

Expand Down

0 comments on commit eadaf53

Please sign in to comment.