diff options
Diffstat (limited to 'displayreplay.c')
-rw-r--r-- | displayreplay.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/displayreplay.c b/displayreplay.c index 9cf0d29..6cfd7c7 100644 --- a/displayreplay.c +++ b/displayreplay.c @@ -3,8 +3,7 @@ #include "helpers.h" #include "imageloader.h" -cNopacityDisplayReplay::cNopacityDisplayReplay(cImageCache *imgCache, bool ModeOnly) { - this->imgCache = imgCache; +cNopacityDisplayReplay::cNopacityDisplayReplay(bool ModeOnly) { initial = true; modeOnly = ModeOnly; lastDate = ""; @@ -468,7 +467,7 @@ void cNopacityDisplayReplay::SetMessage(eMessageType Type, const char *Text) { DELETENULL(messageBox); if (!Text) return; - messageBox = new cNopacityMessageBox(osd, imgCache, + messageBox = new cNopacityMessageBox(osd, cRect((geoManager->replayWidth - geoManager->messageWidth) / 2, geoManager->replayHeight - geoManager->messageHeight - 20, geoManager->messageWidth, geoManager->messageHeight), |