Mercurial > hg > early-roguelike
annotate .hgtags @ 258:2908dc47f9e2
UltraRogue: fix crash when restoring.
The r_flags field in struct room was being written as an int and read
as a short. This caused the restore functions to receive the wrong
data, usually an impossible string length, and abort.
This breaks save compatibility, though the save files had problems
anyway: the r_fires field should have been used, instead of reading and
writing r_flags twice.
author | John "Elwin" Edwards |
---|---|
date | Wed, 08 Feb 2017 19:50:36 -0500 |
parents | 9e35b2f9c2ea |
children | e06ebc407615 |
rev | line source |
---|---|
249
9e35b2f9c2ea
Added tag rel2016.06 for changeset 182e26224f92
John "Elwin" Edwards
parents:
diff
changeset
|
1 182e26224f92e874cbcf17d96fe2f5cee8bda7d7 rel2016.06 |