diff --git a/base/applications/rapps/available.cpp b/base/applications/rapps/available.cpp index fa266d7f5e1..075afd7063a 100644 --- a/base/applications/rapps/available.cpp +++ b/base/applications/rapps/available.cpp @@ -67,7 +67,9 @@ VOID CAvailableApplicationInfo::RetrieveGeneralInfo(AvailableStrings& AvlbString CStringW ScrnshotLocation; if (!GetString(ScrnshotField, ScrnshotLocation)) { - continue; + // We stop at the first screenshot not found, + // so screenshots _have_ to be consecutive + break; }