another STATIC_VAR bit in sys/msdos

This commit is contained in:
nhmall
2019-07-14 17:34:47 -04:00
parent 6688053802
commit 865b301f0d

View File

@@ -33,8 +33,8 @@
#include "tile.h"
#include "pctiles.h"
STATIC_VAR FILE *tilefile;
STATIC_VAR FILE *tilefile_O;
static FILE *tilefile;
static FILE *tilefile_O;
extern short glyph2tile[]; /* in tile.c (made from tilemap.c) */
#ifdef TILES_IN_RAM