Skip to content

Commit cca598a

Browse files
committed
fix: favorite combos corruption when loading 1.92 or older quests
1 parent b4cc7cb commit cca598a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/qst.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21782,6 +21782,9 @@ int32_t _lq_int(const char *filename, zquestheader *Header, miscQdata *Misc, zct
2178221782

2178321783
if(!get_bit(skip_flags, skip_sfx))
2178421784
setupsfx();
21785+
21786+
if(!get_bit(skip_flags, skip_favorites))
21787+
init_favorites();
2178521788

2178621789
box_out("okay.");
2178721790
box_eol();

0 commit comments

Comments
 (0)