From: Erik V. <eri...@hc...> - 2009-01-04 13:15:40
|
Modified Files: StartRound_1835.java Log Message: Improve Start Packet Handling so that only the left most item from the second available row is for sale, rather than the entire second row. Mark, thanks for spotting this error. However, unfortunately your fix was not entirely correct. For instance, when the first and second rows were completely sold, the entire third row but also the first item of the fourth row became available. The original error was only that item++ was missing after the last buyable=true statement. I have now fixed it slightly differently: by moving item++ downwards. Erik. |