fixed last fix, used wrong function .

This commit is contained in:
Zero Fanker 2024-11-28 21:19:25 -05:00
parent 4fae8378db
commit 1239ab0dad

View file

@ -6182,7 +6182,7 @@ void CIsoView::DrawMap()
Blit((LPDIRECTDRAWSURFACE4)pics["CELLTAG"].pic, drawCoords.x - 1, drawCoords.y - 1);
#ifdef NOSURFACES
auto ddsd = getDDDesc(false);
auto ddsd = getDDDescBasic(false);
#endif
}