[Scummvm-cvs-logs] scummvm master -> 05360d66c5fee8bb5e6a7af5100147d3e4841f97

Strangerke Strangerke at scummvm.org
Fri Jan 17 07:40:42 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:
05360d66c5 MORTEVIELLE: Remove unused structure and an obsolete comment


Commit: 05360d66c5fee8bb5e6a7af5100147d3e4841f97
    https://github.com/scummvm/scummvm/commit/05360d66c5fee8bb5e6a7af5100147d3e4841f97
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-01-16T22:39:34-08:00

Commit Message:
MORTEVIELLE: Remove unused structure and an obsolete comment

Changed paths:
    engines/mortevielle/mortevielle.h



diff --git a/engines/mortevielle/mortevielle.h b/engines/mortevielle/mortevielle.h
index e387014..941582f 100644
--- a/engines/mortevielle/mortevielle.h
+++ b/engines/mortevielle/mortevielle.h
@@ -122,7 +122,6 @@ const int kMaxPatt = 20;
 
 const int kResolutionScaler = 2;
 /*
-9   "A glance at the forbidden$",
 18  "It's already open$",
 26  "A photograph$"
 */
@@ -135,11 +134,6 @@ enum Places {
 	DOOR = 25,        ROOM26 = 26,      COAT_ARMS = 27
 };
 
-struct Pattern {
-	byte _tay, _tax;
-	byte _des[kMaxPatt + 1][kMaxPatt + 1];
-};
-
 struct SaveStruct {
 	int _faithScore;
 	byte _pctHintFound[11];






More information about the Scummvm-git-logs mailing list