aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene_data.h
diff options
context:
space:
mode:
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 {