git » fp-git.git » commit 85f5122

optimization

author ecalot
2005-01-26 23:51:13 UTC
committer ecalot
2005-01-26 23:51:13 UTC
parent 91bfe7f55cf4f7c7c250a3ca540f281ee7121bf2

optimization

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};