diff -r f2524a80eea2 -r 486db9d26e4b hedgewars/uStore.pas --- a/hedgewars/uStore.pas Wed May 02 14:41:21 2012 +0100 +++ b/hedgewars/uStore.pas Wed May 02 16:36:11 2012 +0100 @@ -789,7 +789,7 @@ r.w:= squaresize; r.h:= squaresize; - DrawFromRect( -squaresize div 2, (cScreenHeight - squaresize) shr 1, @r, ProgrTex); + DrawTextureFromRect( -squaresize div 2, (cScreenHeight - squaresize) shr 1, @r, ProgrTex); {$IFDEF SDL13} SDL_GL_SwapWindow(SDLwindow);