[Scummvm-cvs-logs] scummvm master -> 04bc635dc702606911b8777a443b9e1f6322a6bf

Strangerke Strangerke at scummvm.org
Mon Dec 22 19:11:55 CET 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
04bc635dc7 ACCESS: Remove a couple of unused variables in CharManager


Commit: 04bc635dc702606911b8777a443b9e1f6322a6bf
    https://github.com/scummvm/scummvm/commit/04bc635dc702606911b8777a443b9e1f6322a6bf
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-12-22T19:06:56+01:00

Commit Message:
ACCESS: Remove a couple of unused variables in CharManager

Changed paths:
    engines/access/char.h



diff --git a/engines/access/char.h b/engines/access/char.h
index e89cdae..6fb4934 100644
--- a/engines/access/char.h
+++ b/engines/access/char.h
@@ -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);
 






More information about the Scummvm-git-logs mailing list