Fivetonsofflax / opentyrian

Automatically exported from code.google.com/p/opentyrian
GNU General Public License v2.0
0 stars 0 forks source link

Volume reading/writing in .cfg mismatched #101

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In config.c:

Lines 718 -> 974; 719 -> 975

Writes as a word, reads as two bytes.  Might be OK when reading to
little-endian machines, but big-endian reads wrong, resulting in always
loading at 255 for Music and Sound.  I'm guessing it should be read as a
word as well as written as one.

Original issue reported on code.google.com by rhydonj@gmail.com on 17 Feb 2010 at 5:33

GoogleCodeExporter commented 9 years ago
fixed as of r6bbbed55c4

Original comment by mindless...@gmail.com on 17 Feb 2010 at 6:23