hex007/freej2me

RecordStore can access a negative index on some situations.

AShiningRay opened this issue · 0 comments

Pinball 3D Timeshock fails to boot because it tries to access a negative index when calling the nextRecordId() method in RecordStore.java.
image

Preventing the record index from ever being < 0 helps this one, and possibly other games, work better.