fix: typo, may affect tube drawing .

This commit is contained in:
Zero Fanker 2024-12-17 23:19:57 -05:00
parent 132a859d15
commit 01115bf2cb

View file

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