summaryrefslogtreecommitdiffstats
path: root/src/script/script.cpp
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-03-27 19:55:27 +0100
committerkrzys-h <krzys_h@interia.pl>2013-03-27 19:55:27 +0100
commit8f379e5cf12a35ca9a32f34f85f42765c53cba47 (patch)
treef72c7d7f5c100d917da1b72321a410b5b3f4abc9 /src/script/script.cpp
parent0691460682a953770d54b9e6ceda4f18b92a510d (diff)
downloadcolobot-8f379e5cf12a35ca9a32f34f85f42765c53cba47.tar.gz
colobot-8f379e5cf12a35ca9a32f34f85f42765c53cba47.tar.bz2
colobot-8f379e5cf12a35ca9a32f34f85f42765c53cba47.zip
Changes to Scribbler interface
Diffstat (limited to 'src/script/script.cpp')
-rw-r--r--src/script/script.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/script.cpp b/src/script/script.cpp
index a62866d..d5fe2ce 100644
--- a/src/script/script.cpp
+++ b/src/script/script.cpp
@@ -1210,6 +1210,7 @@ bool CScript::rProduce(CBotVar* var, CBotVar* result, int& exception, void* user
physics->SetFreeze(false); // can move
}
object->SetLock(false); // vehicle useable
+ object->SetManual(true);
object->SetActivity(true);
script->m_main->CreateShortcuts();
}