]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_map_keyword.cpp
Goodbye automake.
[flightgear.git] / src / FDM / UIUCModel / uiuc_map_keyword.cpp
index aaf98b02f2c7307c4fb205a26cb77540e7e97068..1148dae51e4af3e52545907585e39cad2d4e25f5 100644 (file)
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
+
  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA or view http://www.gnu.org/copyleft/gpl.html.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+
 **********************************************************************/
 
 #include "uiuc_map_keyword.h"
@@ -83,6 +82,7 @@ void uiuc_map_keyword()
   Keyword_map["ice"]              =      ice_flag                   ;
   Keyword_map["record"]           =      record_flag                ;
   Keyword_map["misc"]             =      misc_flag                  ;
+  Keyword_map["fog"]             =      fog_flag                   ;
 }
 
 // end uiuc_map_keyword.cpp