From d329232f5c084193ab8eac3711ae141df54a9793 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 17 Jul 2009 06:26:37 +0000 Subject: Fix input glitch regression, after pausing in PN. svn-id: r42559 --- engines/agos/vga_pn.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/agos/vga_pn.cpp') diff --git a/engines/agos/vga_pn.cpp b/engines/agos/vga_pn.cpp index 32c6e15f00..12846b08f1 100644 --- a/engines/agos/vga_pn.cpp +++ b/engines/agos/vga_pn.cpp @@ -129,7 +129,6 @@ void AGOSEngine::vc36_pause() { _keyPressed.reset(); windowPutChar(_windowArray[2], 13); - windowPutChar(_windowArray[2], 128); _wiped = oldWiped; _videoLockOut &= ~8; -- cgit v1.2.3