summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-13 11:41:23 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-13 11:41:23 +0000
commit1ace3a1cec2ea8490af5af0b7d131394543fea11 (patch)
tree3a0d7dae70311ec93149e53d70be93dd7d7ff874 /src/gui
parent2fd5b9e2fea5f95f54e543011e2e8fb70f0b037f (diff)
downloadmana-client-1ace3a1cec2ea8490af5af0b7d131394543fea11.tar.gz
mana-client-1ace3a1cec2ea8490af5af0b7d131394543fea11.tar.bz2
mana-client-1ace3a1cec2ea8490af5af0b7d131394543fea11.tar.xz
mana-client-1ace3a1cec2ea8490af5af0b7d131394543fea11.zip
Merged revisions 3915-3939,3941-3953 via svnmerge from
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3915 | crush_tmw | 2008-02-23 18:18:34 +0100 (za, 23 feb 2008) | 1 line Assorted content updates by QOAL. ........ r3920 | crush_tmw | 2008-02-26 02:23:15 +0100 (di, 26 feb 2008) | 1 line Fixed some monster traps on southwest woodland. ........ r3923 | umperio | 2008-02-26 22:35:37 +0100 (di, 26 feb 2008) | 1 line Keep minimap status. Based on a patch by Knivey. ........ r3924 | umperio | 2008-02-26 22:47:07 +0100 (di, 26 feb 2008) | 1 line Added Modanung's mud tileset and applyed to some houses in Tulimshar. ........ r3938 | crush_tmw | 2008-03-02 00:32:44 +0100 (zo, 02 mrt 2008) | 1 line fixed transparency issue. ........ r3952 | umperio | 2008-03-07 10:47:40 +0100 (vr, 07 mrt 2008) | 1 line Added new items by Black Don, new xml definitions by Peavey. ........ r3953 | umperio | 2008-03-07 12:13:20 +0100 (vr, 07 mrt 2008) | 1 line Corrected names. ........
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/minimap.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/minimap.cpp b/src/gui/minimap.cpp
index f78447cd..d205338f 100644
--- a/src/gui/minimap.cpp
+++ b/src/gui/minimap.cpp
@@ -59,13 +59,8 @@ void Minimap::setMapImage(Image *img)
if (mMapImage)
{
- setVisible(true);
mMapImage->setAlpha(0.7);
}
- else
- {
- setVisible(false);
- }
}
void Minimap::draw(gcn::Graphics *graphics)