diff --git a/source/map/map.cpp b/source/map/map.cpp index e0b950b4a..07cdea517 100644 --- a/source/map/map.cpp +++ b/source/map/map.cpp @@ -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;