cScenario copy constructor copy sdf_names

This commit is contained in:
2025-08-25 11:48:02 -05:00
parent 095a5a793f
commit 7d9f5d5ea2

View File

@@ -119,6 +119,7 @@ cScenario::cScenario(const cScenario& other)
, intro_strs(other.intro_strs)
, journal_strs(other.journal_strs)
, spec_strs(other.spec_strs)
, sdf_names(other.sdf_names)
, snd_names(other.snd_names)
, adjust_diff(other.adjust_diff)
, is_legacy(other.is_legacy)