From 9866aba2e43da914a17d17b695456ca25a875469 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 27 May 2014 00:58:25 +0200 Subject: MADS: Slight formatting fixes. --- engines/mads/scene.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'engines/mads/scene.cpp') diff --git a/engines/mads/scene.cpp b/engines/mads/scene.cpp index 4af956a9f6..7b54034753 100644 --- a/engines/mads/scene.cpp +++ b/engines/mads/scene.cpp @@ -30,10 +30,11 @@ namespace MADS { -Scene::Scene(MADSEngine *vm): _vm(vm), _action(_vm), _depthSurface(vm), - _dirtyAreas(_vm), _dynamicHotspots(vm), _hotspots(vm), - _kernelMessages(vm), _sequences(vm), _sprites(vm), _spriteSlots(vm), - _textDisplay(vm), _userInterface(vm) { +Scene::Scene(MADSEngine *vm) + : _vm(vm), _action(_vm), _depthSurface(vm), + _dirtyAreas(_vm), _dynamicHotspots(vm), _hotspots(vm), + _kernelMessages(vm), _sequences(vm), _sprites(vm), _spriteSlots(vm), + _textDisplay(vm), _userInterface(vm) { _priorSceneId = 0; _nextSceneId = 0; _currentSceneId = 0; -- cgit v1.2.3