diff --git a/src/A3.cpp b/src/A3.cpp index 10816da7a..4b33fe5c1 100644 --- a/src/A3.cpp +++ b/src/A3.cpp @@ -588,7 +588,13 @@ const A3 A3::extract_modifications () const before_command = false; else if (! before_command) - mods.push_back (*arg); + { + if (arg->_category == "rc" || + arg->_category == "override") + ; + else + mods.push_back (*arg); + } } mods = tokenize (mods);