diff --git a/src/pipboy.cc b/src/pipboy.cc index 93278941..492274c5 100644 --- a/src/pipboy.cc +++ b/src/pipboy.cc @@ -915,7 +915,7 @@ static void pipboyWindowHandleStatus(int a1) } if (_stat_flag == 0 && _holo_flag == 0) { - if (gPipboyQuestLocationsCount != 0 && gPipboyMouseX < 429) { + if (gPipboyQuestLocationsCount != 0 && gPipboyQuestLocationsCount >= a1 && gPipboyMouseX < 429) { soundPlayFile("ib1p1xx1"); blitBufferToBuffer(_pipboyFrmImages[PIPBOY_FRM_BACKGROUND].getData() + PIPBOY_WINDOW_WIDTH * PIPBOY_WINDOW_CONTENT_VIEW_Y + PIPBOY_WINDOW_CONTENT_VIEW_X, PIPBOY_WINDOW_CONTENT_VIEW_WIDTH,