diff options
| -rw-r--r-- | engines/fullpipe/motion.cpp | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/fullpipe/motion.cpp b/engines/fullpipe/motion.cpp index ba627a96a1..4d9218c9f0 100644 --- a/engines/fullpipe/motion.cpp +++ b/engines/fullpipe/motion.cpp @@ -2225,9 +2225,7 @@ MessageQueue *MctlGraph::makeQueue(StaticANIObject *obj, int xpos, int ypos, int  	}  	if (obj->_ox == xpos && obj->_oy == ypos) { -		g_fp->_globalMessageQueueList->compact(); - -		MessageQueue *mq = new MessageQueue(); +		MessageQueue *mq = new MessageQueue(g_fp->_globalMessageQueueList->compact());  		if (staticsId && obj->_statics->_staticsId != staticsId) {  			int idxwalk = getDirByStatics(idx, staticsId);  | 
