(20111219) 01:00

This commit is contained in:
2011-12-19 01:00:00 +01:00
parent 0f403b8234
commit 49ce46f808
97 changed files with 1280 additions and 159 deletions

1
Draw.c
View File

@@ -480,6 +480,7 @@ DrawFnt Draw_LoadFont(char *fichero,int min,int max){
SDL_UnlockSurface(font->surf);
return((DrawFnt)font);*/
return(NULL);
}
/////////////////////////////