summaryrefslogtreecommitdiff
path: root/GUI.h
diff options
context:
space:
mode:
authorJapa2010-07-20 01:37:48 +0000
committerJapa2010-07-20 01:37:48 +0000
commit374bf989224efb8a5ba82076b243152717d6b6bf (patch)
tree0284069ac102c8d1e745c33673c3c4de563f76ca /GUI.h
parent2fc5d2f220a5c841bd7f84b860bfd20782d43abe (diff)
downloadstonesense-374bf989224efb8a5ba82076b243152717d6b6bf.tar.gz
stonesense-374bf989224efb8a5ba82076b243152717d6b6bf.tar.bz2
stonesense-374bf989224efb8a5ba82076b243152717d6b6bf.tar.xz
fixed some compatibility stuff
Diffstat (limited to 'GUI.h')
-rw-r--r--GUI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/GUI.h b/GUI.h
index 729c569..da57fea 100644
--- a/GUI.h
+++ b/GUI.h
@@ -53,4 +53,4 @@ extern vector<string*> IMGFilenames;
ALLEGRO_COLOR operator*(const ALLEGRO_COLOR &color1, const ALLEGRO_COLOR &color2);
ALLEGRO_COLOR operator+(const ALLEGRO_COLOR &color1, const ALLEGRO_COLOR &color2);
ALLEGRO_COLOR getDayShade(int hour, int tick);
-ALLEGRO_COLOR partialBlend(ALLEGRO_COLOR & color2, ALLEGRO_COLOR & color1, int percent); \ No newline at end of file
+ALLEGRO_COLOR partialBlend(const ALLEGRO_COLOR & color2, const ALLEGRO_COLOR & color1, int percent); \ No newline at end of file