summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2011-02-19 18:59:07 (GMT)
committer Simon <simon@hardwired.org.uk>2011-02-19 18:59:07 (GMT)
commit1307af5c5787cecfffac7e383e23b88a92d694d7 (patch)
treef29787df6603e29056ee70e2eb15eeb345465ef6 /includes
parentc6e2d17ffee43b1c91ec72164d818a570dce952d (diff)
downloadpowder-1307af5c5787cecfffac7e383e23b88a92d694d7.zip
powder-1307af5c5787cecfffac7e383e23b88a92d694d7.tar.gz
Fix saving of display mode from keys and fix persistent display
Diffstat (limited to 'includes')
-rw-r--r--includes/graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/graphics.h b/includes/graphics.h
index a5de71a..4d4d438 100644
--- a/includes/graphics.h
+++ b/includes/graphics.h
@@ -46,6 +46,7 @@ extern unsigned char fire_b[YRES/CELL][XRES/CELL];
extern unsigned int fire_alpha[CELL*3][CELL*3];
extern pixel *fire_bg;
+extern pixel *pers_bg;
pixel *rescale_img(pixel *src, int sw, int sh, int *qw, int *qh, int f);