[Scummvm-cvs-logs] SF.net SVN: scummvm: [27955] scummvm/trunk/engines/parallaction/dialogue. cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sun Jul 8 04:33:47 CEST 2007


Revision: 27955
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27955&view=rev
Author:   Kirben
Date:     2007-07-07 19:33:47 -0700 (Sat, 07 Jul 2007)

Log Message:
-----------
The mouse cursor is shown during dialogues in the Amiga versions (Demo and Multi-lingual).

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/dialogue.cpp

Modified: scummvm/trunk/engines/parallaction/dialogue.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/dialogue.cpp	2007-07-07 19:42:06 UTC (rev 27954)
+++ scummvm/trunk/engines/parallaction/dialogue.cpp	2007-07-08 02:33:47 UTC (rev 27955)
@@ -490,8 +490,10 @@
 	debugC(1, kDebugDialogue, "runDialogue: starting dialogue '%s'", data->_name);
 
 	_gfx->setFont(kFontDialogue);
-	showCursor(false);
 
+	if (_vm->getPlatform() == Common::kPlatformPC)
+		showCursor(false);
+
 	DialogueManager man(this, data);
 	man.run();
 


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