[Scummvm-devel] Re: [Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.250,1.251

J.Brown (Ender) ender at scummvm.org
Mon Jul 14 02:09:16 CEST 2003


I'm planning to branch when we switch to a hard freeze in 2 days.

 - Ender

   http://www.scummvm.org/   | "Amen! Attempts to eradicate humour from
   http://www.quakesrc.org/  |  our distribution should be ignored with
   http://www.enderboi.com/  |  extreme prejudice" - cjwatson at debian.org

On Mon, 14 Jul 2003, Jamieson Christian wrote:

> Date: Mon, 14 Jul 2003 02:02:14 -0700
> From: Jamieson Christian <jamieson630 at users.sourceforge.net>
> To: scummvm-cvs-logs at lists.sourceforge.net
> Subject: [Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.250,1.251
>
> Update of /cvsroot/scummvm/scummvm/simon
> In directory sc8-pr-cvs1:/tmp/cvs-serv20969/scummvm/simon
>
> Modified Files:
> 	simon.cpp
> Log Message:
> Fixed typo. While I agree that this error should have
> been caught before committing (compiler didn't detect
> need to do incremental build, sorry), I think if something
> this trivial is going to get such a reaction, I have to
> agree with Fingolfin that a release or RC branch is
> advisable regardless of how slow one predicts the CVS
> traffic will be.
>
> Index: simon.cpp
> ===================================================================
> RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
> retrieving revision 1.250
> retrieving revision 1.251
> diff -u -d -r1.250 -r1.251
> --- simon.cpp	14 Jul 2003 08:48:38 -0000	1.250
> +++ simon.cpp	14 Jul 2003 09:02:12 -0000	1.251
> @@ -435,7 +435,7 @@
>  	if (!driver)
>  		driver = MidiDriver_ADLIB_create();
>
> -//	midi.mapMT32toGM (!(_game & GF_SIMON2) && !detector->_native_mt32)
> +	midi.mapMT32toGM (!(_game & GF_SIMON2) && !detector->_native_mt32);
>  	midi.set_driver(driver);
>  	int ret = midi.open();
>  	if (ret)
>
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by: Parasoft
> Error proof Web apps, automate testing & more.
> Download & eval WebKing and get a free book.
> www.parasoft.com/bulletproofapps1
> _______________________________________________
> Scummvm-cvs-logs mailing list
> Scummvm-cvs-logs at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scummvm-cvs-logs
>





More information about the Scummvm-devel mailing list