arreglado fallito en la text.dll :p

This commit is contained in:
Gabriel Lorenzo 2003-05-25 23:44:53 +00:00
parent 5313e3a163
commit 14d854c6e4
2 changed files with 4 additions and 1 deletions

View file

@ -319,7 +319,7 @@ void first_load(FUNCTION_PARAMS)
SDLtoDIV[ _plus ] =SDLK_EQUALS ; SDLtoDIV[ _plus ] =SDLK_EQUALS ;
SDLtoDIV[ _backspace ] =SDLK_BACKSPACE ; SDLtoDIV[ _backspace ] =SDLK_BACKSPACE ;
SDLtoDIV[ _tab ] =SDLK_TAB ; SDLtoDIV[ _tab ] =SDLK_TAB ;
SDLtoDIV[ _p ] =SDLK_p ; SDLtoDIV[ _q ] =SDLK_q ;
SDLtoDIV[ _w ] =SDLK_w ; SDLtoDIV[ _w ] =SDLK_w ;
SDLtoDIV[ _e ] =SDLK_e ; SDLtoDIV[ _e ] =SDLK_e ;
SDLtoDIV[ _r ] =SDLK_r ; SDLtoDIV[ _r ] =SDLK_r ;

View file

@ -349,6 +349,9 @@ void frame(FUNCTION_PARAMS)
} }
if(textos[i].imagen->w==0)
continue;
srcrect.x = 0 ; srcrect.x = 0 ;
srcrect.y = 0 ; srcrect.y = 0 ;
srcrect.w = textos[i].imagen->w ; srcrect.w = textos[i].imagen->w ;