raziel23x / skyrim-plugin-decoding-project

Automatically exported from code.google.com/p/skyrim-plugin-decoding-project
1 stars 3 forks source link

Property value of -1 (integer) displays incorrectly #103

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load the attached plugin.
2. Drill down to the trigger reference.
3. Scroll to the final property: pStage.

What is the expected output?
pStage should be -1.

What do you see instead?
pStage displays as 4294967295.

v3.0.28

Ignore the unresolved forms, it was a hackish cut job to isolate the bug :P

Original issue reported on code.google.com by arthmoor on 23 Jan 2013 at 8:41

Attachments:

GoogleCodeExporter commented 9 years ago
Confirmed. The 32 bit integer should be signed to solve that.

Original comment by HuguesLe...@gmail.com on 23 Jan 2013 at 12:27

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by zila...@gmail.com on 23 Jan 2013 at 7:16

GoogleCodeExporter commented 9 years ago
Figured it was something easy like that :)

Original comment by arthmoor on 23 Jan 2013 at 7:34