From f724985acf558c28153c36599911350c9fae5997 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 6 Jul 2001 18:39:24 +0000 Subject: [PATCH] --- source/map/map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;