AGOS: Adjust indentation.

This commit is contained in:
Torbjörn Andersson 2015-06-30 18:54:10 +02:00
parent ff3218ac14
commit b57e9ae814

View File

@ -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);
}
}