diff options
Diffstat (limited to 'engines/illusions/bbdou')
-rw-r--r-- | engines/illusions/bbdou/bbdou_videoplayer.cpp | 2 | ||||
-rw-r--r-- | engines/illusions/bbdou/bbdou_videoplayer.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/illusions/bbdou/bbdou_videoplayer.cpp b/engines/illusions/bbdou/bbdou_videoplayer.cpp index ba578904f2..f61f0d3366 100644 --- a/engines/illusions/bbdou/bbdou_videoplayer.cpp +++ b/engines/illusions/bbdou/bbdou_videoplayer.cpp @@ -3,7 +3,7 @@ * ScummVM is the legal property of its developers, whose names * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. - * + * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 diff --git a/engines/illusions/bbdou/bbdou_videoplayer.h b/engines/illusions/bbdou/bbdou_videoplayer.h index 7ad149a5a1..33c1093f1b 100644 --- a/engines/illusions/bbdou/bbdou_videoplayer.h +++ b/engines/illusions/bbdou/bbdou_videoplayer.h @@ -38,7 +38,7 @@ public: void stop(); void update(); bool isPlaying() const; -public: +public: IllusionsEngine_BBDOU *_vm; Video::VideoDecoder *_videoDecoder; uint32 _objectId; |