arreglado fallito en la text.dll :p
This commit is contained in:
parent
5313e3a163
commit
14d854c6e4
|
@ -319,7 +319,7 @@ void first_load(FUNCTION_PARAMS)
|
|||
SDLtoDIV[ _plus ] =SDLK_EQUALS ;
|
||||
SDLtoDIV[ _backspace ] =SDLK_BACKSPACE ;
|
||||
SDLtoDIV[ _tab ] =SDLK_TAB ;
|
||||
SDLtoDIV[ _p ] =SDLK_p ;
|
||||
SDLtoDIV[ _q ] =SDLK_q ;
|
||||
SDLtoDIV[ _w ] =SDLK_w ;
|
||||
SDLtoDIV[ _e ] =SDLK_e ;
|
||||
SDLtoDIV[ _r ] =SDLK_r ;
|
||||
|
|
|
@ -349,6 +349,9 @@ void frame(FUNCTION_PARAMS)
|
|||
}
|
||||
|
||||
|
||||
if(textos[i].imagen->w==0)
|
||||
continue;
|
||||
|
||||
srcrect.x = 0 ;
|
||||
srcrect.y = 0 ;
|
||||
srcrect.w = textos[i].imagen->w ;
|
||||
|
|
Loading…
Reference in a new issue