[Scummvm-cvs-logs] SF.net SVN: scummvm: [31786] scummvm/trunk/engines/scumm/actor.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Wed Apr 30 06:42:53 CEST 2008


Revision: 31786
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31786&view=rev
Author:   Kirben
Date:     2008-04-29 21:42:53 -0700 (Tue, 29 Apr 2008)

Log Message:
-----------
Ooops, missed one difference.

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/actor.cpp

Modified: scummvm/trunk/engines/scumm/actor.cpp
===================================================================
--- scummvm/trunk/engines/scumm/actor.cpp	2008-04-30 04:39:58 UTC (rev 31785)
+++ scummvm/trunk/engines/scumm/actor.cpp	2008-04-30 04:42:53 UTC (rev 31786)
@@ -1881,7 +1881,7 @@
 	_charsetBufPos = 0;
 	_talkDelay = 0;
 	_haveMsg = 1;
-	if (_game.version == 7)
+	if (_game.id == GID_FT)
 		VAR(VAR_HAVE_MSG) = 0xFF;
 	_haveActorSpeechMsg = true;
 	if (_game.id == GID_DIG || _game.id == GID_CMI) {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list