[Scummvm-cvs-logs] CVS: scummvm script_v1.cpp,1.34,1.35

Vincent Hamm yazoo at users.sourceforge.net
Tue Feb 19 14:45:03 CET 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv537

Modified Files:
	script_v1.cpp 
Log Message:
Removed the walkaround in 'wait text' since it's not required anymore

Index: script_v1.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/script_v1.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** script_v1.cpp	19 Feb 2002 03:11:46 -0000	1.34
--- script_v1.cpp	19 Feb 2002 22:44:23 -0000	1.35
***************
*** 2270,2274 ****
  		return;
  	case 2: /* wait for message */
- 		if (_gameId == GID_ZAK256) return;	// FIXME: ZAK256
  		if (_vars[VAR_HAVE_MSG])
  			break;
--- 2270,2273 ----





More information about the Scummvm-git-logs mailing list