Fix saving of display mode from keys and fix persistent display

This commit is contained in:
Simon
2011-02-19 18:59:07 +00:00
parent c6e2d17ffe
commit 1307af5c57
4 changed files with 7 additions and 2 deletions

View File

@@ -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);