diff --git a/source/duke3d/src/gameexec.cpp b/source/duke3d/src/gameexec.cpp index 3d6bf6411..bfe2097e6 100644 --- a/source/duke3d/src/gameexec.cpp +++ b/source/duke3d/src/gameexec.cpp @@ -4175,7 +4175,7 @@ badindex: int32_t nValue = 0; insptr++; FString section = currentGame + ".Gamevars"; - GameConfig->SetSection(section); + GameConfig->SetSection(section, true); switch (VM_DECODE_INST(tw)) { case CON_SAVEGAMEVAR: