Ancurio / mkxp

Free Software implementation of the Ruby Game Scripting System (RGSS)
GNU General Public License v2.0
525 stars 136 forks source link

table dimensions aren't checked #78

Open cremno opened 9 years ago

cremno commented 9 years ago
t = Table.new(1)  # one dimension: x
t[0, 0] = 0  # RGSS: ArgumentError, mkxp: works
Ancurio commented 9 years ago

This dimension count is also the one that should be serialized here.