another STATIC_VAR bit in sys/msdos
This commit is contained in:
+2
-2
@@ -33,8 +33,8 @@
|
|||||||
#include "tile.h"
|
#include "tile.h"
|
||||||
#include "pctiles.h"
|
#include "pctiles.h"
|
||||||
|
|
||||||
STATIC_VAR FILE *tilefile;
|
static FILE *tilefile;
|
||||||
STATIC_VAR FILE *tilefile_O;
|
static FILE *tilefile_O;
|
||||||
extern short glyph2tile[]; /* in tile.c (made from tilemap.c) */
|
extern short glyph2tile[]; /* in tile.c (made from tilemap.c) */
|
||||||
|
|
||||||
#ifdef TILES_IN_RAM
|
#ifdef TILES_IN_RAM
|
||||||
|
|||||||
Reference in New Issue
Block a user