git » fp-git.git » commit b077cd0

casting warning

author ecalot
2006-04-23 18:29:56 UTC
committer ecalot
2006-04-23 18:29:56 UTC
parent 10abdfea2f1f6bbca0f2c8e6adb41b78698604ff

casting warning

FP/src/out/output.c +1 -1

diff --git a/FP/src/out/output.c b/FP/src/out/output.c
index 26b3a53..1ad0a04 100644
--- a/FP/src/out/output.c
+++ b/FP/src/out/output.c
@@ -118,7 +118,7 @@ void initText ()
 	}
 
 	/* Load Texture */
-	aux=outputLoadBitmap(fonts,TEXT_IMG_SIZE,pal,TEXT_IMG_H,TEXT_IMG_W,0,1,0,0);
+	aux=(tSurface*)outputLoadBitmap(fonts,TEXT_IMG_SIZE,pal,TEXT_IMG_H,TEXT_IMG_W,0,1,0,0);
 	font=aux->surface;
 					
 	font_init = 1;