1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-05 13:04:54 +02:00

Typo fixed.

This commit is contained in:
Michał W. Urbańczyk 2010-08-23 19:00:14 +00:00
parent 7cad2364fe
commit 7b5fefb65e

View File

@ -819,7 +819,7 @@ void CVideoPlayer::show( int x, int y, SDL_Surface *dst, bool update )
pos.x = x;
pos.y = y;
CSDL_Ext::blitSurface((dest, &destRect, dst, &pos);
CSDL_Ext::blitSurface(dest, &destRect, dst, &pos);
if (update)
SDL_UpdateRect(dst, pos.x, pos.y, pos.w, pos.h);