summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/object/robotmain.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/object/robotmain.cpp b/src/object/robotmain.cpp
index 79fc1ab..2729e91 100644
--- a/src/object/robotmain.cpp
+++ b/src/object/robotmain.cpp
@@ -4680,6 +4680,9 @@ void CRobotMain::CreateScene(bool soluce, bool fixScene, bool resetObject)
if (m_version >= 2) {
m_endTake[i].powermin = OpInt(line, "powermin", -1);
m_endTake[i].powermax = OpInt(line, "powermax", 100);
+ } else {
+ m_endTake[i].powermin = -1;
+ m_endTake[i].powermax = 100;
}
m_endTake[i].lost = OpInt(line, "lost", -1);
m_endTake[i].immediat = OpInt(line, "immediat", 0);