Skip to content

Commit

Permalink
remove background from requester arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Mar 29, 2021
1 parent e602e36 commit 0bbaeea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/game/requester.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ int32_t DisplayRequester(REQUEST_INFO *req)
T_SetScale(req->moreup, PHD_ONE * 2 / 3, PHD_ONE * 2 / 3);
T_CentreH(req->moreup, 1);
T_BottomAlign(req->moreup, 1);
T_AddBackground(req->moreup, 16, 6, 0, 8);
}
} else {
T_RemovePrint(req->moreup);
Expand All @@ -98,7 +97,6 @@ int32_t DisplayRequester(REQUEST_INFO *req)
T_SetScale(req->moredown, PHD_ONE * 2 / 3, PHD_ONE * 2 / 3);
T_CentreH(req->moredown, 1);
T_BottomAlign(req->moredown, 1);
T_AddBackground(req->moredown, 16, 6, 0, 0);
}
} else {
T_RemovePrint(req->moredown);
Expand Down

0 comments on commit 0bbaeea

Please sign in to comment.