FULLPIPE: Further renames in AniHandler class
This commit is contained in:
parent
68828123da
commit
1bcec8bcd9
6 changed files with 67 additions and 67 deletions
|
@ -457,7 +457,7 @@ void MessageQueue::deleteExCommandByIndex(uint idx, bool doFree) {
|
|||
_exCommands.erase(it);
|
||||
}
|
||||
|
||||
void MessageQueue::transferExCommands(MessageQueue *mq) {
|
||||
void MessageQueue::mergeQueue(MessageQueue *mq) { // Original belongs to AniHandler
|
||||
while (mq->_exCommands.size()) {
|
||||
_exCommands.push_back(mq->_exCommands.front());
|
||||
mq->_exCommands.pop_front();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue