summaryrefslogtreecommitdiffstats
path: root/TOOLS/bmovl-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/bmovl-test.c')
-rw-r--r--TOOLS/bmovl-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/bmovl-test.c b/TOOLS/bmovl-test.c
index 5e0572281a..cb4b4ebf8b 100644
--- a/TOOLS/bmovl-test.c
+++ b/TOOLS/bmovl-test.c
@@ -55,7 +55,7 @@ paint(unsigned char* bitmap, int size, int red, int green, int blue, int alpha)
int main(int argc, char **argv) {
int fifo=-1;
- int width=0, height=0, xpos=0, ypos=0, alpha=0, clear=0;
+ int width=0, height=0;
unsigned char *bitmap;
SDL_Surface *image;
int i;