aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/view.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/view.cpp')
-rw-r--r--engines/agi/view.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/agi/view.cpp b/engines/agi/view.cpp
index 5c52732033..0c6cce4716 100644
--- a/engines/agi/view.cpp
+++ b/engines/agi/view.cpp
@@ -251,7 +251,7 @@ int AgiEngine::decodeView(byte *resourceData, uint16 resourceSize, int16 viewNr)
celData++;
}
}
-
+
loopData++;
}
@@ -312,7 +312,7 @@ void AgiEngine::unpackViewCelData(AgiViewCel *celData, byte *compressedData, uin
}
remainingWidth -= curChunkLen;
-
+
if (curByte == 0) {
remainingWidth = celData->width;
remainingHeight--;
@@ -628,7 +628,7 @@ void AgiEngine::updateScreenObjTable() {
// AGI 2.272 (ddp, xmas) doesn't test step_time_count!
if (loopNr != 4 && loopNr != screenObj->currentLoopNr) {
if (getVersion() <= 0x2272 ||
- screenObj->stepTimeCount == 1) {
+ screenObj->stepTimeCount == 1) {
setLoop(screenObj, loopNr);
}
}
@@ -655,7 +655,7 @@ void AgiEngine::updateScreenObjTable() {
}
}
-bool AgiEngine::isEgoView(const ScreenObjEntry* screenObj) {
+bool AgiEngine::isEgoView(const ScreenObjEntry *screenObj) {
return screenObj == _game.screenObjTable;
}