diff --git a/src/mg_schematic.cpp b/src/mg_schematic.cpp
index 81d849a66b7d12e26f977ddd1ce7b08b83637aae..a5ffb20b8faa38e56e7873a4df11a4508be7e32d 100644
--- a/src/mg_schematic.cpp
+++ b/src/mg_schematic.cpp
@@ -282,7 +282,7 @@ bool Schematic::deserializeFromMts(std::istream *is,
 	if (version < 2) {
 		for (size_t i = 0; i != nodecount; i++) {
 			if (schemdata[i].param1 == 0)
-				schemdata[i].param1 = MTSCHEM_PROB_ALWAYS;
+				schemdata[i].param1 = MTSCHEM_PROB_ALWAYS_OLD;
 			if (have_cignore && schemdata[i].getContent() == cignore)
 				schemdata[i].param1 = MTSCHEM_PROB_NEVER;
 		}