From adce42cef655ffc356bb74a2af249f7183ab7c40 Mon Sep 17 00:00:00 2001 From: daveluff Date: Mon, 22 Sep 2003 23:52:25 +0000 Subject: [PATCH] Return position --- src/ATC/AIEntity.hxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ATC/AIEntity.hxx b/src/ATC/AIEntity.hxx index deab859e2..436eb186d 100644 --- a/src/ATC/AIEntity.hxx +++ b/src/ATC/AIEntity.hxx @@ -49,6 +49,8 @@ public: // Send a transmission *TO* the AIEntity. // FIXME int code is a hack - eventually this will receive Alexander's coded messages. virtual void RegisterTransmission(int code); + + inline Point3D GetPos() { return(pos); } protected: