[Scummvm-cvs-logs] SF.net SVN: scummvm:[42559] scummvm/trunk/engines/agos/vga_pn.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Fri Jul 17 08:26:37 CEST 2009


Revision: 42559
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42559&view=rev
Author:   Kirben
Date:     2009-07-17 06:26:37 +0000 (Fri, 17 Jul 2009)

Log Message:
-----------
Fix input glitch regression, after pausing in PN.

Modified Paths:
--------------
    scummvm/trunk/engines/agos/vga_pn.cpp

Modified: scummvm/trunk/engines/agos/vga_pn.cpp
===================================================================
--- scummvm/trunk/engines/agos/vga_pn.cpp	2009-07-17 05:10:24 UTC (rev 42558)
+++ scummvm/trunk/engines/agos/vga_pn.cpp	2009-07-17 06:26:37 UTC (rev 42559)
@@ -129,7 +129,6 @@
 	_keyPressed.reset();
 
 	windowPutChar(_windowArray[2], 13);
-	windowPutChar(_windowArray[2], 128);
 	_wiped = oldWiped;
 
 	_videoLockOut &= ~8;


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