JasonLautzenheiser / trizbort

Trizbort, the Interactive Fiction Mapper
http://www.trizbort.com
Other
130 stars 35 forks source link

negative values for down/right shift cause 1.7.1 to throw exception #451

Closed andrewschultz closed 4 years ago

andrewschultz commented 6 years ago

1.7.0 is okay.

Test case:

There may be a related issue that, in 1.7.1, we cannot define a custom position as negative. It looks like when refactoring the code an unsigned int might've gotten mapped to a signed int.

JasonLautzenheiser commented 6 years ago

Thanks @andrewschultz , I will take a look at this.

github-actions[bot] commented 4 years ago

Stale issue message

JasonLautzenheiser commented 4 years ago

it currently does not allow of negative numbers, so this should be fixed now.