mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 20:19:38 +00:00
Adjusted Mac Plus graphic censor, just cover up the brand line for now.
This commit is contained in:
@@ -400,23 +400,10 @@ void HandleMacPlus (short who)
|
||||
if (!IsMacPlusSoundBanned())
|
||||
PlayPrioritySound(kMacBeepSound, kMacBeepPriority);
|
||||
|
||||
if (IsMacPlusGraphicBanned())
|
||||
{
|
||||
CGraf *oldPort = GetGraphicsPort();
|
||||
SetGraphicsPort(backSrcMap);
|
||||
|
||||
ForeColor(whiteColor);
|
||||
PaintRect(&dinahs[who].dest);
|
||||
|
||||
SetGraphicsPort(oldPort);
|
||||
}
|
||||
else
|
||||
{
|
||||
CopyBits((BitMap *)*GetGWorldPixMap(applianceSrcMap),
|
||||
(BitMap *)*GetGWorldPixMap(backSrcMap),
|
||||
&plusScreen2, &dinahs[who].dest,
|
||||
srcCopy, nil);
|
||||
}
|
||||
CopyBits((BitMap *)*GetGWorldPixMap(applianceSrcMap),
|
||||
(BitMap *)*GetGWorldPixMap(backSrcMap),
|
||||
&plusScreen2, &dinahs[who].dest,
|
||||
srcCopy, nil);
|
||||
|
||||
AddRectToBackRects(&dinahs[who].dest);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user