Make screen non-static

This commit is contained in:
simon.kagstrom 2009-05-10 06:56:20 +00:00
parent c41e45b47c
commit 4c0097d100

View File

@ -56,7 +56,7 @@
#endif
static SDL_Surface *display;
static SDL_Surface *screen;
SDL_Surface *screen;
/* Standard P96 screen modes */
#define MAX_SCREEN_MODES 12