mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-04-30 09:01:41 -04:00
fix: typo, may affect tube drawing .
This commit is contained in:
parent
132a859d15
commit
01115bf2cb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue