|
From: Crossfire C. r. messages.
<cro...@li...> - 2020-11-25 21:02:54
|
Revision: 21567
http://sourceforge.net/p/crossfire/code/21567
Author: partmedia
Date: 2020-11-25 21:02:53 +0000 (Wed, 25 Nov 2020)
Log Message:
-----------
Fix copy/paste error
Modified Paths:
--------------
client/trunk/gtk-v2/src/map.c
Modified: client/trunk/gtk-v2/src/map.c
===================================================================
--- client/trunk/gtk-v2/src/map.c 2020-11-25 20:43:22 UTC (rev 21566)
+++ client/trunk/gtk-v2/src/map.c 2020-11-25 21:02:53 UTC (rev 21567)
@@ -277,7 +277,7 @@
}
if (weightC > 0) {
- draw_smooth_pixmap(cr, pixmaps[smoothface], weightC, 0, picx, picy);
+ draw_smooth_pixmap(cr, pixmaps[smoothface], weightC, 1, picx, picy);
}
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|