aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/tinlib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/tinlib.cpp')
-rw-r--r--engines/tinsel/tinlib.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tinsel/tinlib.cpp b/engines/tinsel/tinlib.cpp
index 0a29a9fe82..221dde1bb1 100644
--- a/engines/tinsel/tinlib.cpp
+++ b/engines/tinsel/tinlib.cpp
@@ -386,7 +386,7 @@ static void ScrollMonitorProcess(CORO_PARAM, const void *param) {
PlayfieldGetPos(FIELD_WORLD, &Loffset, &Toffset);
- } while(Loffset != psm->x || Toffset != psm->y);
+ } while (Loffset != psm->x || Toffset != psm->y);
CORO_END_CODE;
}
@@ -2152,7 +2152,7 @@ static void PrintObj(CORO_PARAM, const SCNHANDLE hText, const INV_OBJECT *pinvo,
// Carry on until the cursor leaves this icon
GetCursorXY(&x, &y, false);
- } while(InvItemId(x, y) == pinvo->id);
+ } while (InvItemId(x, y) == pinvo->id);
} else {
/*
* PrintObj() called from other event