diff options
-rw-r--r-- | engines/fullpipe/motion.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/fullpipe/motion.cpp b/engines/fullpipe/motion.cpp index 4ba03f123f..41265dcd8a 100644 --- a/engines/fullpipe/motion.cpp +++ b/engines/fullpipe/motion.cpp @@ -105,6 +105,7 @@ bool CMctlCompoundArray::load(MfcArchive &file) { } CMovGraph::CMovGraph() { + warning("STUB: CMovGraph::CMovGraph()"); _itemsCount = 0; _items = 0; //_callback1 = CMovGraphCallback1; // TODO |