[Scummvm-cvs-logs] SF.net SVN: scummvm: [30181] scummvm/trunk/engines/saga/sfuncs.cpp
Eugene Sandulenko
sev at scummvm.org
Thu Jan 3 08:34:03 CET 2008
On Wed, 02 Jan 2008 23:29:13 -0800
thebluegr at users.sourceforge.net wrote:
> Revision: 30181
> http://scummvm.svn.sourceforge.net/scummvm/?rev=30181&view=rev
> Author: thebluegr
> Date: 2008-01-02 23:29:13 -0800 (Wed, 02 Jan 2008)
>
> Log Message:
> -----------
> Fix for bug #1861863 - "ITE: Crash when using Eeah with Eeah"
>
> default:
> - error("Script::sfScriptDoAction wrong object
> type 0x%X", objectId);
> + // Unknown case, do nothing
> + // Changing this from an error to a warning
> should fix bug
> + // #1861863 - "ITE: Crash when using Eeah
> with Eeah"
> + warning("Script::sfScriptDoAction wrong
> object type 0x%X", objectId);
> + return;
No, please, substitute it with correct object like we did for several
other places. I.e. fix original bug. Best to say here "I'd rather not"
with appropriate voice (eeah says with its ow n voice and Okk does too).
Eugene
More information about the Scummvm-git-logs
mailing list