rpgtoolkit / trans3

The Official GitHub repository for the RPG Toolkit Engine version 3.
http://www.rpgtoolkit.net
12 stars 2 forks source link

Crash when trying to use "equip" in default menu #6

Closed KhinRunite closed 11 years ago

KhinRunite commented 11 years ago

Whenever you choose "equip" in the default menu, the game crashes. I have tested this in a brand new game file with no changes, still crashes.

swordmaster2k commented 11 years ago

Jackyboy fixed this error in his plugin release but I don't think the source was updated with the fix. I remember it being something to do with the fact Colin and Delano didn't account for a NULL value somewhere in the plugin code...

KhinRunite commented 11 years ago

Fixed. I disabled the ability to move the cursor past the last item on the list to avoid incorrect values. It didn't make sense to have it behave that way in the first place.