Fix declaration of palette[] so that fade saver doesn't cause panics.

This commit is contained in:
Bruce Evans 1995-05-14 12:54:30 +00:00
parent d6f5c64683
commit 9f83fbf2e7
2 changed files with 2 additions and 2 deletions

View file

@ -14,4 +14,4 @@ extern u_short *Crtat;
extern u_int crtc_addr;
extern char scr_map[];
extern int scrn_blanked;
extern char *palette;
extern char palette[];

View file

@ -14,4 +14,4 @@ extern u_short *Crtat;
extern u_int crtc_addr;
extern char scr_map[];
extern int scrn_blanked;
extern char *palette;
extern char palette[];