aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/dragonsphere/game_dragonsphere.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/dragonsphere/game_dragonsphere.cpp')
-rw-r--r--engines/mads/dragonsphere/game_dragonsphere.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mads/dragonsphere/game_dragonsphere.cpp b/engines/mads/dragonsphere/game_dragonsphere.cpp
index bee5312660..c6097125b1 100644
--- a/engines/mads/dragonsphere/game_dragonsphere.cpp
+++ b/engines/mads/dragonsphere/game_dragonsphere.cpp
@@ -35,7 +35,8 @@ namespace MADS {
namespace Dragonsphere {
-GameDragonsphere::GameDragonsphere(MADSEngine *vm): Game(vm) {
+GameDragonsphere::GameDragonsphere(MADSEngine *vm)
+ : Game(vm) {
_surface = new MSurface(MADS_SCREEN_WIDTH, MADS_SCENE_HEIGHT);
_storyMode = STORYMODE_NAUGHTY;
}