[Scummvm-cvs-logs] CVS: scummvm/sword2 interpreter.cpp,1.48,1.49

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Thu Nov 11 07:31:01 CET 2004


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

Modified Files:
	interpreter.cpp 
Log Message:
Fixed comment typo. It's the pyramid bug that's dreaded, not the pyramid
itself. :-)


Index: interpreter.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/interpreter.cpp,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- interpreter.cpp	19 Oct 2004 14:19:52 -0000	1.48
+++ interpreter.cpp	11 Nov 2004 15:30:02 -0000	1.49
@@ -254,8 +254,8 @@
 		debug(4, "Resume script %d with offset %d", scriptNumber, ip);
 	}
 
-	// WORKAROUND: The dreaded pyramid makes the torch untakeable when you
-	// speak to Titipoco. This is because one of the conditions for the
+	// WORKAROUND: The dreaded pyramid bug makes the torch untakeable when
+	// you speak to Titipoco. This is because one of the conditions for the
 	// torch to be takeable is that Titipoco isn't doing anything out of
 	// the ordinary. Global variable 913 has to be 0 to signify that he is
 	// in his "idle" state.





More information about the Scummvm-git-logs mailing list