aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/phantom/game_phantom.cpp
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/phantom/game_phantom.cpp
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/phantom/game_phantom.cpp')
-rw-r--r--engines/mads/phantom/game_phantom.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mads/phantom/game_phantom.cpp b/engines/mads/phantom/game_phantom.cpp
index bcaec8e648..15ac241d8c 100644
--- a/engines/mads/phantom/game_phantom.cpp
+++ b/engines/mads/phantom/game_phantom.cpp
@@ -35,7 +35,8 @@ namespace MADS {
namespace Phantom {
-GamePhantom::GamePhantom(MADSEngine *vm): Game(vm) {
+GamePhantom::GamePhantom(MADSEngine *vm)
+ : Game(vm) {
_surface = new MSurface(MADS_SCREEN_WIDTH, MADS_SCENE_HEIGHT);
_storyMode = STORYMODE_NAUGHTY;
}