Permalink
Browse files
ACCESS: Remove a couple of unused variables in CharManager
- Loading branch information
Showing
with
0 additions
and
3 deletions.
-
+0
−3
engines/access/char.h
|
|
@@ -51,11 +51,8 @@ class CharManager : public Manager { |
|
|
void charMenu(); |
|
|
public: |
|
|
Common::Array<CharEntry> _charTable; |
|
|
int _converseMode; |
|
|
int _charFlag; |
|
|
|
|
|
// Fields that are included in savegames |
|
|
int _conversation; |
|
|
public: |
|
|
CharManager(AccessEngine *vm); |
|
|
|
|
|
|