[Scummvm-cvs-logs] CVS: scummvm/scumm verbs.cpp,1.94,1.95

Max Horn fingolfin at users.sourceforge.net
Fri Apr 2 14:05:01 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23773

Modified Files:
	verbs.cpp 
Log Message:
Remove obsolete code fragment (a good sign for a refactoring is if it allows you to remove crufty hacks you didn't even think of :-)

Index: verbs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/verbs.cpp,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- verbs.cpp	15 Mar 2004 03:09:48 -0000	1.94
+++ verbs.cpp	2 Apr 2004 21:51:56 -0000	1.95
@@ -399,11 +399,6 @@
 		if (!msg)
 			return;
 
-		if ((_version == 8) && (msg[0] == '/')) {
-			translateText(msg, _transText);
-			msg = _transText;
-		}
-
 		tmp = _charset->_center;
 		_charset->_center = 0;
 		drawString(4, msg);





More information about the Scummvm-git-logs mailing list