aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/ws_machine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/m4/ws_machine.cpp')
-rw-r--r--engines/m4/ws_machine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/m4/ws_machine.cpp b/engines/m4/ws_machine.cpp
index ece76fe5ab..0410f29f5b 100644
--- a/engines/m4/ws_machine.cpp
+++ b/engines/m4/ws_machine.cpp
@@ -125,7 +125,7 @@ bool Machine::searchPersistentMessages(uint32 messageHash, uint32 messageValue,
void Machine::enterState() {
MachineAsset *machineAsset = _ws->assets()->getMachine(_machHash);
-
+
_code->jumpAbsolute(machineAsset->getStateOffset(_currentState));
int32 instruction = -1;
@@ -207,7 +207,7 @@ void Machine::execBlock(int32 offset, int32 count) {
instruction = execInstruction();
//g_system->delayMillis(500);
}
-
+
//printf("---------------------------------------\n"); fflush(stdout);
if (instruction == 3) {