aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjörn Andersson2015-06-30 18:54:10 +0200
committerTorbjörn Andersson2015-06-30 18:54:10 +0200
commitb57e9ae814151ecaf517ac4e30c1e5d22bfc23d3 (patch)
treec7397ff85719ee9f15de1c6d6368f76597120a92
parentff3218ac14db6b29cc7f8e19fcf200dd0c25740a (diff)
downloadscummvm-rg350-b57e9ae814151ecaf517ac4e30c1e5d22bfc23d3.tar.gz
scummvm-rg350-b57e9ae814151ecaf517ac4e30c1e5d22bfc23d3.tar.bz2
scummvm-rg350-b57e9ae814151ecaf517ac4e30c1e5d22bfc23d3.zip
AGOS: Adjust indentation.
-rw-r--r--engines/agos/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/gfx.cpp b/engines/agos/gfx.cpp
index 687463fc23..867842276a 100644
--- a/engines/agos/gfx.cpp
+++ b/engines/agos/gfx.cpp
@@ -1308,7 +1308,7 @@ void AGOSEngine::setWindowImageEx(uint16 mode, uint16 vgaSpriteId) {
if (getGameType() == GType_SIMON1 && getPlatform() == Common::kPlatformAmiga && vgaSpriteId == 1) {
_copyScnFlag = 5;
while (_copyScnFlag && !shouldQuit())
- delay(1);
+ delay(1);
}
}