aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/gameloader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/gameloader.cpp')
-rw-r--r--engines/fullpipe/gameloader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/gameloader.cpp b/engines/fullpipe/gameloader.cpp
index 0b431975e1..adb81092f9 100644
--- a/engines/fullpipe/gameloader.cpp
+++ b/engines/fullpipe/gameloader.cpp
@@ -311,7 +311,7 @@ void CGameLoader::updateSystems(int counterdiff) {
_updateCounter++;
_exCommand._messageNum = 33;
_exCommand._excFlags = 0;
- postMessage(&_exCommand);
+ _exCommand.postMessage();
}
processMessages();