summaryrefslogtreecommitdiff
path: root/src/imageparticle.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-06-03 16:52:06 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-06-03 16:52:06 +0000
commit6276c1ff96e449e73e84977110334cd8957c31b6 (patch)
tree66988ea8a28fd9de6c2f31d20a38a4efafee9a99 /src/imageparticle.h
parent9b53cd51fdf193c8748909479ec6c356fa7a1731 (diff)
downloadMana-6276c1ff96e449e73e84977110334cd8957c31b6.tar.gz
Mana-6276c1ff96e449e73e84977110334cd8957c31b6.tar.bz2
Mana-6276c1ff96e449e73e84977110334cd8957c31b6.tar.xz
Mana-6276c1ff96e449e73e84977110334cd8957c31b6.zip
Fixed image loading in software mode to not check for alpha layer with images
aren't 32-bit and removed drawImageTransparent from Graphics class, should be set on image.
Diffstat (limited to 'src/imageparticle.h')
-rw-r--r--src/imageparticle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/imageparticle.h b/src/imageparticle.h
index 4396fb7c..afde7446 100644
--- a/src/imageparticle.h
+++ b/src/imageparticle.h
@@ -18,6 +18,7 @@
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
+ * $Id$
*/
#ifndef _IMAGEPARTICLE_H