50-save patch fixed up to use the new content

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1169 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2003-09-01 16:56:20 +00:00
parent b27b707f87
commit b98e3113b9
5 changed files with 7 additions and 27 deletions
+5 -5
View File
@@ -1180,10 +1180,10 @@ ChangeGameSelection:
UnbatchGraphics ();
}
SetContextFont (TinyFont);
r.extent.width = SIS_SCREEN_WIDTH;
r.extent.height = 83-SAFE_Y;
r.extent.width = 230;
r.extent.height = 65;
r.corner.x = 1;
r.corner.y = 152+SAFE_Y;
r.corner.y = 160;
SetContextForeGroundColor (BLACK_COLOR);
DrawFilledRectangle (&r);
@@ -1214,8 +1214,8 @@ ChangeGameSelection:
if (MAX_SAVED_GAMES > 99)
r.extent.width += 5;
r.extent.height = 9;
r.corner.x = 8 + SAFE_X;
r.corner.y = 159 + SAFE_Y + (i * 13);
r.corner.x = 8;
r.corner.y = 161 + (i * 13);
DrawRectangle (&r);
t.baseline.x = r.corner.x + 3;