aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/movie.h
diff options
context:
space:
mode:
authoryinsimei2017-05-29 08:02:59 +0200
committerEugene Sandulenko2017-07-13 18:27:45 +0200
commitca2ee02496f232a53ed6c96bd296e0941da636f6 (patch)
treed975887a6cead9e711afddb2053020db68a7914b /engines/sludge/movie.h
parent2dddb900c9b6d4356a19886cd31587a049be23d8 (diff)
downloadscummvm-rg350-ca2ee02496f232a53ed6c96bd296e0941da636f6.tar.gz
scummvm-rg350-ca2ee02496f232a53ed6c96bd296e0941da636f6.tar.bz2
scummvm-rg350-ca2ee02496f232a53ed6c96bd296e0941da636f6.zip
SLUDGE: code formatting
Diffstat (limited to 'engines/sludge/movie.h')
-rw-r--r--engines/sludge/movie.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/sludge/movie.h b/engines/sludge/movie.h
index 100439a95d..c34322f9bc 100644
--- a/engines/sludge/movie.h
+++ b/engines/sludge/movie.h
@@ -28,9 +28,7 @@ namespace Sludge {
movieIsPlaying tracks the state of movie playing
*/
enum movieStates {
- nothing = 0,
- playing,
- paused
+ nothing = 0, playing, paused
};
extern movieStates movieIsPlaying;