aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/messages.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2014-01-04 22:16:53 +0200
committerEugene Sandulenko2014-01-05 00:53:30 +0200
commit8b78fb5642c3648c34d341edb868525beee040fe (patch)
tree09bc75005953e63f964b4f55077df078344ceb8d /engines/fullpipe/messages.cpp
parent0cc0c404bf0d8c634f38268c1b022e99ab5d587a (diff)
downloadscummvm-rg350-8b78fb5642c3648c34d341edb868525beee040fe.tar.gz
scummvm-rg350-8b78fb5642c3648c34d341edb868525beee040fe.tar.bz2
scummvm-rg350-8b78fb5642c3648c34d341edb868525beee040fe.zip
FULLPIPE: Implement MGM::buildExCommand2()
Diffstat (limited to 'engines/fullpipe/messages.cpp')
-rw-r--r--engines/fullpipe/messages.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/messages.cpp b/engines/fullpipe/messages.cpp
index 68ec3dcd04..4665712ca0 100644
--- a/engines/fullpipe/messages.cpp
+++ b/engines/fullpipe/messages.cpp
@@ -145,7 +145,7 @@ void ExCommand::firef34() {
}
}
-ExCommand2::ExCommand2(int messageKind, int parentId, const Common::Point **points, int pointsSize) : ExCommand(parentId, messageKind, 0, 0, 0, 0, 1, 0, 0, 0) {
+ExCommand2::ExCommand2(int messageKind, int parentId, Common::Point **points, int pointsSize) : ExCommand(parentId, messageKind, 0, 0, 0, 0, 1, 0, 0, 0) {
_objtype = kObjTypeExCommand2;
_pointsSize = pointsSize;