]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIBase.hxx
Enable Ballistic objects to be slaved to any AI Object.
[flightgear.git] / src / AIModel / AIBase.hxx
index 68127fe4de3a23b18c1078fc2f61d1728bb9189e..4c2c591af19594e9457c14e5e0dbc660de6542b7 100644 (file)
@@ -1,7 +1,7 @@
 // FGAIBase.hxx - abstract base class for AI objects
 // Written by David Culp, started Nov 2003, based on
 // David Luff's FGAIEntity class.
-// - davidculp2@comcast.net
+// - davidculp2@comcast.net 
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
@@ -289,7 +289,6 @@ inline void FGAIBase::setPath(const char* model ) {
 }
 
 inline void FGAIBase::setSMPath(const string& p) {
-    cout << "setSMPath " << p <<endl;
     _path = p;
 }
 
@@ -336,8 +335,6 @@ inline void FGAIBase::setCallSign(const string& s) {
 }
 inline void FGAIBase::setXoffset(double x) {
     _x_offset = x;
-    cout << "setXoffset " << _x_offset << endl;
-
 }
 
 inline void FGAIBase::setYoffset(double y) {