summaryrefslogtreecommitdiffstats
path: root/src/object
diff options
context:
space:
mode:
Diffstat (limited to 'src/object')
-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
}