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

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Mon Jan 28 18:37:15 CET 2008


Revision: 30683
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30683&view=rev
Author:   peres001
Date:     2008-01-28 09:37:15 -0800 (Mon, 28 Jan 2008)

Log Message:
-----------
Oops. Forgot to update this in the last commit.

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

Modified: scummvm/trunk/engines/parallaction/gui_ns.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/gui_ns.cpp	2008-01-28 17:36:08 UTC (rev 30682)
+++ scummvm/trunk/engines/parallaction/gui_ns.cpp	2008-01-28 17:37:15 UTC (rev 30683)
@@ -365,11 +365,11 @@
 	}
 
 	if ((selection != -1) && (getPlatform() == Common::kPlatformAmiga)) {
-		_gfx->invertRect(Gfx::kBitFront, codeTrueBlocks[selection]);
+		_gfx->invertRect(Gfx::kBit2, codeTrueBlocks[selection]);
 		_gfx->updateScreen();
 		beep();
 		g_system->delayMillis(100);
-		_gfx->invertRect(Gfx::kBitFront, codeTrueBlocks[selection]);
+		_gfx->invertRect(Gfx::kBit2, codeTrueBlocks[selection]);
 		_gfx->updateScreen();
 	}
 


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