aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene_data.h
diff options
context:
space:
mode:
authorJohannes Schickel2014-05-27 00:58:25 +0200
committerJohannes Schickel2014-05-27 00:58:25 +0200
commit9866aba2e43da914a17d17b695456ca25a875469 (patch)
tree205c6a554d622cbcd6b60462c5fc6105d7071b09 /engines/mads/scene_data.h
parent57c5656169d4736e2867aad60983b9a9ad9400a3 (diff)
downloadscummvm-rg350-9866aba2e43da914a17d17b695456ca25a875469.tar.gz
scummvm-rg350-9866aba2e43da914a17d17b695456ca25a875469.tar.bz2
scummvm-rg350-9866aba2e43da914a17d17b695456ca25a875469.zip
MADS: Slight formatting fixes.
Diffstat (limited to 'engines/mads/scene_data.h')
-rw-r--r--engines/mads/scene_data.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/mads/scene_data.h b/engines/mads/scene_data.h
index 392383af2f..78b43fb03b 100644
--- a/engines/mads/scene_data.h
+++ b/engines/mads/scene_data.h
@@ -65,8 +65,9 @@ public:
PrepType _prepType;
VerbInit() {}
- VerbInit(int id, VerbType verbType, PrepType prepType): _id(id),
- _verbType(verbType), _prepType(prepType) {}
+ VerbInit(int id, VerbType verbType, PrepType prepType)
+ : _id(id), _verbType(verbType), _prepType(prepType) {
+ }
};
class SceneLogic {