author | ecalot
<ecalot> 2005-01-26 23:51:13 UTC |
committer | ecalot
<ecalot> 2005-01-26 23:51:13 UTC |
parent | 91bfe7f55cf4f7c7c250a3ca540f281ee7121bf2 |
FP/src/out/output.c | +1 | -1 |
diff --git a/FP/src/out/output.c b/FP/src/out/output.c index c22f183..2fa7b49 100644 --- a/FP/src/out/output.c +++ b/FP/src/out/output.c @@ -81,7 +81,7 @@ void initText () static unsigned char chars[] = TEXT_CHARS; static int pos_x[] = TEXT_POS; static unsigned char fonts[] = TEXT_IMG; - tSurface* aux; + register tSurface* aux; tPalette pal; tColor col[2]; tColor white={0,0,0};