summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorJapa2011-01-23 19:11:15 +0000
committerJapa2011-01-23 19:11:15 +0000
commit0386b38ecf80ea83da116f02e3138f3245751ca4 (patch)
tree838285baac3d14fa54aaddf7f8f9e82f838bdc13 /main.cpp
parent779d7b08b52e9304eecaa72adf8ae085f63166ee (diff)
downloadstonesense-0386b38ecf80ea83da116f02e3138f3245751ca4.tar.gz
stonesense-0386b38ecf80ea83da116f02e3138f3245751ca4.tar.bz2
stonesense-0386b38ecf80ea83da116f02e3138f3245751ca4.tar.xz
fixed some issues that cropped up in linux. broke some things too.
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 0430d09..d7ca3dc 100644
--- a/main.cpp
+++ b/main.cpp
@@ -306,7 +306,7 @@ int main(void)
IMGIcon = load_bitmap_withWarning("stonesense.png");
al_set_display_icon(display, IMGIcon);
- al_set_separate_blender(ALLEGRO_ADD, ALLEGRO_ALPHA, ALLEGRO_INVERSE_ALPHA, ALLEGRO_ADD, ALLEGRO_ONE, ALLEGRO_ONE);
+ //al_set_separate_blender(ALLEGRO_ADD, ALLEGRO_ALPHA, ALLEGRO_INVERSE_ALPHA, ALLEGRO_ADD, ALLEGRO_ONE, ALLEGRO_ONE);
loadGraphicsFromDisk();
al_clear_to_color(al_map_rgb(0,0,0));
al_draw_textf(font, al_map_rgb(255,255,255), al_get_bitmap_width(al_get_target_bitmap())/2, al_get_bitmap_height(al_get_target_bitmap())/2, ALLEGRO_ALIGN_CENTRE, "Starting up...");