Major draw code refactor

This commit is contained in:
elasota
2019-12-30 20:53:11 -05:00
parent 918578469e
commit 04a955213c
83 changed files with 2451 additions and 2517 deletions

View File

@@ -578,8 +578,7 @@ void HandleOutlet (short who)
}
else
{
// SetPort((GrafPtr)workSrcMap);
PaintRect(&dinahs[who].dest);
workSrcMap->FillRect(dinahs[who].dest);
}
AddRectToWorkRects(&dinahs[who].dest);
}