summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaweX <wepc@10g.pl>2013-02-13 02:59:40 +0100
committerPaweX <wepc@10g.pl>2013-02-13 02:59:40 +0100
commit551d6c4d95182b8574e9d237fc26400414a609f2 (patch)
treed75a8833d3c0b3f3585fb2915b259d6be6875b22
parent34e758a9dae489f838360a6a8105b4008b91d62f (diff)
downloadcolobot-551d6c4d95182b8574e9d237fc26400414a609f2.tar.gz
colobot-551d6c4d95182b8574e9d237fc26400414a609f2.tar.bz2
colobot-551d6c4d95182b8574e9d237fc26400414a609f2.zip
Additional parameter for function aim(x, y).
-rw-r--r--src/object/object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/object.cpp b/src/object/object.cpp
index e2830c5..317775d 100644
--- a/src/object/object.cpp
+++ b/src/object/object.cpp
@@ -6617,7 +6617,7 @@ void CObject::SetSelect(bool bMode, bool bDisplayError)
if ( !m_bSelect )
{
- SetGunGoalH(0.0f); // puts the cannon right
+ //SetGunGoalH(0.0f); // puts the cannon right
return; // selects if not finished
}