mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Remove scoreboard vertical offset (which doesn't work)
This commit is contained in:
@@ -52,7 +52,6 @@ extern Rect boardPQDestRect, boardGQDestRect, badgesBlankRects[];
|
||||
extern Rect badgesBadgesRects[], badgesDestRects[];
|
||||
extern Rect nailSrcRect, sparkleSrc[];
|
||||
extern Rect pointsSrc[], breadSrc[];
|
||||
extern short wasScoreboardMode;
|
||||
|
||||
|
||||
//============================================================== Functions
|
||||
@@ -71,7 +70,6 @@ void InitScoreboardMap(void)
|
||||
if (boardSrcMap)
|
||||
DisposeGWorld(boardSrcMap);
|
||||
|
||||
wasScoreboardMode = kScoreboardHigh;
|
||||
boardSrcRect = houseRect;
|
||||
ZeroRectCorner(&boardSrcRect);
|
||||
boardSrcRect.bottom = kScoreboardTall;
|
||||
|
||||
Reference in New Issue
Block a user