Pseudo-Corp / SynergismOfficial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typo?

pinterior opened this issue · comments

buyFrom = buyFrom + smallestInc(buyInc);

buyFrom + smallestInc(buyInc) should be buyFrom + smallestInc(buyFrom) ?
some heavily blessed (> e82) users say they have infinite-loop (game frozen) issue here.