Fixed some CDialog Graphic bugs

git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@208 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
gerstrong
2009-08-03 19:01:54 +00:00
parent 7abc5b0960
commit 20aebae483
5 changed files with 8 additions and 6 deletions

View File

@@ -125,9 +125,6 @@ void CGraphics::drawTile(int x, int y, unsigned int t)
memset(offset, COLOUR_MASK, 16);
offset+=512;
}
//HQBitmap->updateHQBitmap(g_pVideoDriver->getScrollSurface(),x,y);
}
else
{