stratagus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stratagus-CVS] stratagus/src/map minimap.c


From: Nehal Mistry
Subject: [Stratagus-CVS] stratagus/src/map minimap.c
Date: Thu, 27 Nov 2003 00:43:20 -0500

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Nehal Mistry <address@hidden>   03/11/27 00:43:20

Modified files:
        src/map        : minimap.c 

Log message:
        fix rectangle transparency value

Patches:
Index: stratagus/src/map/minimap.c
diff -u stratagus/src/map/minimap.c:1.77 stratagus/src/map/minimap.c:1.78
--- stratagus/src/map/minimap.c:1.77    Wed Nov 26 18:05:30 2003
+++ stratagus/src/map/minimap.c Thu Nov 27 00:43:20 2003
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: minimap.c,v 1.77 2003/11/26 23:05:30 nehalmistry Exp $
+//     $Id: minimap.c,v 1.78 2003/11/27 05:43:20 nehalmistry Exp $
 
 //@{
 
@@ -524,7 +524,7 @@
     SaveCursorRectangle(OldMinimapCursorImage, x, y, w, h);
 
     // Draw cursor as rectangle (Note: unclipped, as it is always visible)
-    VideoDrawTransRectangle(TheUI.ViewportCursorColor, x, y, w, h, 50);
+    VideoDrawTransRectangle(TheUI.ViewportCursorColor, x, y, w, h, 128);
 }
 
 #else // USE_SDL_SURFACE




reply via email to

[Prev in Thread] Current Thread [Next in Thread]