aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/debugger.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-08-26 17:58:31 -0400
committerPaul Gilbert2017-08-26 17:58:31 -0400
commit72b033ca2d0afe2d713934b7d3985003ec733f4b (patch)
tree3edb8ed2a2339de2647ccd1a9fd4f7a1ac5b68da /engines/titanic/debugger.h
parenta97fe8f89fa4f3f78e876c26c7cfdab3cad1d8e8 (diff)
downloadscummvm-rg350-72b033ca2d0afe2d713934b7d3985003ec733f4b.tar.gz
scummvm-rg350-72b033ca2d0afe2d713934b7d3985003ec733f4b.tar.bz2
scummvm-rg350-72b033ca2d0afe2d713934b7d3985003ec733f4b.zip
TITANIC: Added frame debugger command for setting objects' movie frames
Diffstat (limited to 'engines/titanic/debugger.h')
-rw-r--r--engines/titanic/debugger.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/debugger.h b/engines/titanic/debugger.h
index 3e53feec2a..cd9da2b2ab 100644
--- a/engines/titanic/debugger.h
+++ b/engines/titanic/debugger.h
@@ -115,6 +115,11 @@ private:
* Change to the cheat room
*/
bool cmdCheat(int argc, const char **argv);
+
+ /**
+ * Set the movie frame for a given object
+ */
+ bool cmdFrame(int argc, const char **argv);
protected:
TitanicEngine *_vm;
public: