aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/videoplayer.cpp
diff options
context:
space:
mode:
authorStrangerke2011-09-08 07:55:40 +0200
committerStrangerke2011-09-08 07:55:40 +0200
commitb60a706751348433457d1e5f3f39f07c20afa483 (patch)
tree53cb27a2b578e0f0736e48e3602b2616f62b4e20 /engines/gob/videoplayer.cpp
parente080594a7be6308f75bd5edac83a8e696d97c0fd (diff)
downloadscummvm-rg350-b60a706751348433457d1e5f3f39f07c20afa483.tar.gz
scummvm-rg350-b60a706751348433457d1e5f3f39f07c20afa483.tar.bz2
scummvm-rg350-b60a706751348433457d1e5f3f39f07c20afa483.zip
JANITORIAL: Fix some formatting glitches in gob, hugo and toon
Diffstat (limited to 'engines/gob/videoplayer.cpp')
-rw-r--r--engines/gob/videoplayer.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}