From b60a706751348433457d1e5f3f39f07c20afa483 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Thu, 8 Sep 2011 07:55:40 +0200 Subject: JANITORIAL: Fix some formatting glitches in gob, hugo and toon --- engines/gob/videoplayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gob/videoplayer.cpp') diff --git a/engines/gob/videoplayer.cpp b/engines/gob/videoplayer.cpp index 651c9a3154..c03218460c 100644 --- a/engines/gob/videoplayer.cpp +++ b/engines/gob/videoplayer.cpp @@ -262,7 +262,7 @@ void VideoPlayer::waitSoundEnd(int slot) { video->decoder->finishSound(); - while(video->decoder->isSoundPlaying()) + while (video->decoder->isSoundPlaying()) _vm->_util->longDelay(1); } -- cgit v1.2.3