I invested in the new one and got paid. It seems the same in terms of rewards. Just checked the code.
while (balance > persons[payoutIdx].amount / 100 * 125) {
uint transactionAmount = persons[payoutIdx].amount / 100 * 125;
persons[payoutIdx].etherAddress.send(transactionAmount);