summaryrefslogtreecommitdiffstats
path: root/cmessageman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cmessageman.cpp')
-rw-r--r--cmessageman.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmessageman.cpp b/cmessageman.cpp
index 36d881d..eba413f 100644
--- a/cmessageman.cpp
+++ b/cmessageman.cpp
@@ -286,6 +286,7 @@ void CmessageMan::sendMessage(const CmodulePtr &module, const CmsgPtr & msg, in
}
else
{
+ //TODO: move mapping functionality back to modules. current implementation is kind of a hack and not compatible with future expantions in the no-broadcast branch.
//when we're done send a special mapping message that shows us what is mapped.
//used by the mapper GUI.
CmsgPtr mappedMsg=CmsgPtr(new Cmsg());