diff options
| author | Simon <simon@hardwired.org.uk> | 2011-02-19 18:59:07 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2011-02-19 18:59:07 (GMT) |
| commit | 1307af5c5787cecfffac7e383e23b88a92d694d7 (patch) | |
| tree | f29787df6603e29056ee70e2eb15eeb345465ef6 /src/graphics.c | |
| parent | c6e2d17ffee43b1c91ec72164d818a570dce952d (diff) | |
| download | powder-1307af5c5787cecfffac7e383e23b88a92d694d7.zip powder-1307af5c5787cecfffac7e383e23b88a92d694d7.tar.gz | |
Fix saving of display mode from keys and fix persistent display
Diffstat (limited to 'src/graphics.c')
| -rw-r--r-- | src/graphics.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphics.c b/src/graphics.c index 78f1867..a3cbf87 100644 --- a/src/graphics.c +++ b/src/graphics.c @@ -31,6 +31,7 @@ unsigned char fire_b[YRES/CELL][XRES/CELL]; unsigned int fire_alpha[CELL*3][CELL*3]; pixel *fire_bg; +pixel *pers_bg; pixel *rescale_img(pixel *src, int sw, int sh, int *qw, int *qh, int f) { |
