From 07a627680e67e30c52d6f84316552910add905b7 Mon Sep 17 00:00:00 2001
From: James Turner <zakalawe@mac.com>
Date: Sun, 13 Nov 2011 20:32:30 +0000
Subject: [PATCH] Get ATIS working again temporarily, since a proper
 refactoring will take a few days.

---
 src/ATCDCL/ATCmgr.cxx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/ATCDCL/ATCmgr.cxx b/src/ATCDCL/ATCmgr.cxx
index dc0901153..bbb7d3c50 100644
--- a/src/ATCDCL/ATCmgr.cxx
+++ b/src/ATCDCL/ATCmgr.cxx
@@ -48,6 +48,7 @@ FGATCMgr::FGATCMgr() :
     voice(false),
 #endif
 {
+    globals->set_ATC_mgr(this);
 }
 
 FGATCMgr::~FGATCMgr() {