diff --git a/dlls/src/input/input.c b/dlls/src/input/input.c index 72ef03f..d3b87b7 100644 --- a/dlls/src/input/input.c +++ b/dlls/src/input/input.c @@ -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 ; diff --git a/dlls/src/text/text.c b/dlls/src/text/text.c index c4f4dd7..1001260 100644 --- a/dlls/src/text/text.c +++ b/dlls/src/text/text.c @@ -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 ;