1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-31 10:29:10 +00:00

Fix #7737, afbf6a5: missing return

This commit is contained in:
Johannes E. Krause
2019-09-12 21:46:48 +02:00
committed by Michael Lutz
parent 2ed88d6898
commit 1978b9122b

View File

@@ -678,6 +678,7 @@ static void MoveToNextNewsItem()
ShowNewspaper(ni);
break;
}
return;
}
}