aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions
diff options
context:
space:
mode:
authorEric Fry2018-07-04 18:05:27 +1000
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commitb787b06156fe22261f2a80227d48fdd2da47e0a2 (patch)
tree7f8e89889bafe848064b1a376e25f370d6eb708a /engines/illusions
parent25a303a52967220e8f838b4f185c2fc8f8092f47 (diff)
downloadscummvm-rg350-b787b06156fe22261f2a80227d48fdd2da47e0a2.tar.gz
scummvm-rg350-b787b06156fe22261f2a80227d48fdd2da47e0a2.tar.bz2
scummvm-rg350-b787b06156fe22261f2a80227d48fdd2da47e0a2.zip
ILLUSIONS: BBDOU: Formatting
Diffstat (limited to 'engines/illusions')
-rw-r--r--engines/illusions/bbdou/bbdou_videoplayer.cpp2
-rw-r--r--engines/illusions/bbdou/bbdou_videoplayer.h2
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;