Scaled blit, plus fix some level editor things

This commit is contained in:
elasota
2020-01-02 01:32:00 -05:00
parent 1c6ab800a7
commit 1da2851d3a
42 changed files with 571 additions and 273 deletions

View File

@@ -1045,7 +1045,7 @@ void DrawCalendar (Rect *theRect)
{
DateTimeRec timeRec;
Rect bounds;
PicHandle thePicture;
THandle<Picture> thePicture;
Str255 monthStr;
DrawSurface *wasCPort;
@@ -1076,7 +1076,7 @@ void DrawCalendar (Rect *theRect)
void DrawBulletin (Rect *theRect)
{
Rect bounds;
PicHandle thePicture;
THandle<Picture> thePicture;
thePicture = GetPicture(kBulletinPictID);
if (thePicture == nil)
@@ -1094,7 +1094,7 @@ void DrawBulletin (Rect *theRect)
void DrawPictObject (short what, Rect *theRect)
{
Rect bounds;
PicHandle thePicture;
THandle<Picture> thePicture;
short pictID;
switch (what)