summaryrefslogtreecommitdiff
path: root/GUI.h
diff options
context:
space:
mode:
authorJapa2011-02-28 03:24:32 +0000
committerJapa2011-02-28 03:24:32 +0000
commit92b8343b5ec1758e5161ac282510d787ba32f00b (patch)
treec60170f9993fc6bcd854dcd277c6487d6149bf64 /GUI.h
parentded0a7567cbf96049d5e15e98d3641baa45f2930 (diff)
downloadstonesense-92b8343b5ec1758e5161ac282510d787ba32f00b.tar.gz
stonesense-92b8343b5ec1758e5161ac282510d787ba32f00b.tar.bz2
stonesense-92b8343b5ec1758e5161ac282510d787ba32f00b.tar.xz
fixed the phantom outlines that were showing up.
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 df476e2..00719fb 100644
--- a/GUI.h
+++ b/GUI.h
@@ -17,7 +17,7 @@ void flushImgFiles();
//returns index into getImgFile. Will only create new bitmaps when needed
int loadImgFile(char* filename);
int loadImgFile(ALLEGRO_PATH* filepath);
-void DrawSpriteFromSheet( int spriteNum,ALLEGRO_BITMAP* spriteSheet, ALLEGRO_COLOR color, int x, int y);
+void DrawSpriteFromSheet( int spriteNum,ALLEGRO_BITMAP* spriteSheet, ALLEGRO_COLOR color, int x, int y, Block * b = 0);
ALLEGRO_BITMAP * CreateSpriteFromSheet( int spriteNum, ALLEGRO_BITMAP* spriteSheet);
ALLEGRO_BITMAP* load_bitmap_withWarning(char* path);
void DrawSpriteIndexOverlay(int i);