diff options
author | Eugene Sandulenko | 2013-09-10 10:06:21 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2013-09-10 10:06:21 +0300 |
commit | 1583ae66bf955d72f84ae793d6cc513fc97a2778 (patch) | |
tree | 83a9221703ecd800ad9b4f0a1012c28046d10e74 /engines | |
parent | b3f0d87e3bf36bb4159b12b345dc18cbb5c6d3fc (diff) | |
download | scummvm-rg350-1583ae66bf955d72f84ae793d6cc513fc97a2778.tar.gz scummvm-rg350-1583ae66bf955d72f84ae793d6cc513fc97a2778.tar.bz2 scummvm-rg350-1583ae66bf955d72f84ae793d6cc513fc97a2778.zip |
FULLPIPE: Add stub warning.
Diffstat (limited to 'engines')
-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 |