author | ecalot
<ecalot> 2005-03-27 10:23:43 UTC |
committer | ecalot
<ecalot> 2005-03-27 10:23:43 UTC |
parent | b923716045f56b8a5225d48cbff02c986ea2e33f |
FP/src/out/output.c | +1 | -3 |
diff --git a/FP/src/out/output.c b/FP/src/out/output.c index dde8754..c526938 100644 --- a/FP/src/out/output.c +++ b/FP/src/out/output.c @@ -75,7 +75,7 @@ typedef struct { } tBlink; /* Main screen object */ -static SDL_Surface* screen; +SDL_Surface* screen; /* Only files in this layer must import this struct */ /* Text functions */ @@ -89,8 +89,6 @@ static vChar valid_chars[256]; static SDL_Surface* font = NULL; static int font_init = 0; -/* #define FONT_FILE "../fonts.bmp" */ - void initText () { int i;