table dimensions aren't checked #78

Open
opened 2014-11-20 00:52:30 +00:00 by cremno · 1 comment
cremno commented 2014-11-20 00:52:30 +00:00 (Migrated from github.com)
t = Table.new(1)  # one dimension: x
t[0, 0] = 0  # RGSS: ArgumentError, mkxp: works
``` ruby t = Table.new(1) # one dimension: x t[0, 0] = 0 # RGSS: ArgumentError, mkxp: works ```
Ancurio commented 2014-11-20 01:06:38 +00:00 (Migrated from github.com)

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

This dimension count is also the one that should be serialized [here](https://github.com/Ancurio/mkxp/blob/master/src/table.cpp#L114).
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: MapleShrine/mkxp#78
No description provided.