This commit is contained in:
Paul 2001-07-06 18:39:24 +00:00
parent dbc098215f
commit f724985acf

View File

@ -521,7 +521,7 @@ void CMapScene::copyImageToScreen(int _file,int _x,int _y,int _w,int _h)
{
u8 *image;
u16 *src,*dst;
int x;
int y;
image=CFileIO::loadFile((FileEquate)_file);ASSERT(image);
src=(u16*)image;