summaryrefslogtreecommitdiff
path: root/src/graphics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics.c')
-rw-r--r--src/graphics.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/graphics.c b/src/graphics.c
index abe8421..7a1e483 100644
--- a/src/graphics.c
+++ b/src/graphics.c
@@ -37,7 +37,6 @@ unsigned char fire_g[YRES/CELL][XRES/CELL];
unsigned char fire_b[YRES/CELL][XRES/CELL];
unsigned int fire_alpha[CELL*3][CELL*3];
-pixel *fire_bg;
pixel *pers_bg;
void *ptif_pack(pixel *src, int w, int h, int *result_size){