ListBox.FillSaveGameList(); and Overwriting Save Games

Started by Kurdt, Mon 07/08/2006 21:20:20

Previous topic - Next topic

monkey0506

Quote from: CMK2901 on Fri 25/08/2006 20:07:51SaveGameSlot(lstBox.ItemCount +1, "Bob") would always save a new file.

Of course it would. Because the proper indices are from 0 to ListBox.ItemCount - 1. So SaveGameSlot(lstBox.ItemCount, "Bob") would also always save a new file. ;)

SMF spam blocked by CleanTalk