mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-04-30 09:01:41 -04:00
fixed last fix, used wrong function .
This commit is contained in:
parent
4fae8378db
commit
1239ab0dad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue