Support custom pause and banner graphics

This commit is contained in:
elasota
2020-06-07 19:36:53 -04:00
parent 01e6ff4f5d
commit 47291cbf1d
2 changed files with 7 additions and 7 deletions

View File

@@ -88,9 +88,9 @@ void DoPause (void)
QSetRect(&bounds, 0, 0, 214, 54);
CenterRectInRect(&bounds, &houseRect);
if (isEscPauseKey)
LoadScaledGraphic(surface, kEscPausePictID, &bounds);
LoadScaledGraphicCustom(surface, kEscPausePictID, &bounds);
else
LoadScaledGraphic(surface, kTabPausePictID, &bounds);
LoadScaledGraphicCustom(surface, kTabPausePictID, &bounds);
const KeyDownStates *theKeys = nullptr;