[Scummvm-cvs-logs] SF.net SVN: scummvm:[42758] scummvm/branches/branch-1-0-0/engines/drascula/ converse.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sat Jul 25 15:18:50 CEST 2009


Revision: 42758
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42758&view=rev
Author:   eriktorbjorn
Date:     2009-07-25 13:18:50 +0000 (Sat, 25 Jul 2009)

Log Message:
-----------
Don't hog the CPU while waiting for the player to pick a conversation option.

Modified Paths:
--------------
    scummvm/branches/branch-1-0-0/engines/drascula/converse.cpp

Modified: scummvm/branches/branch-1-0-0/engines/drascula/converse.cpp
===================================================================
--- scummvm/branches/branch-1-0-0/engines/drascula/converse.cpp	2009-07-25 13:17:31 UTC (rev 42757)
+++ scummvm/branches/branch-1-0-0/engines/drascula/converse.cpp	2009-07-25 13:18:50 UTC (rev 42758)
@@ -266,6 +266,7 @@
 		} else if (_color != kColorLightGreen)
 			color_abc(kColorLightGreen);
 
+		_system->delayMillis(10);
 		updateScreen();
 	} // while (breakOut == 0)
 


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