ACCESS: Remove a couple of unused variables in CharManager

This commit is contained in:
Strangerke 2014-12-22 19:05:56 +01:00
parent b0250e72d8
commit 04bc635dc7

View File

@ -51,11 +51,8 @@ private:
void charMenu();
public:
Common::Array<CharEntry> _charTable;
int _converseMode;
int _charFlag;
// Fields that are included in savegames
int _conversation;
public:
CharManager(AccessEngine *vm);