[Scummvm-cvs-logs] scummvm master -> c676159ddd1f989442463609c0b205e11d194801

Strangerke Strangerke at scummvm.org
Wed May 28 22:29:53 CEST 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c676159ddd MADS: Remove a return in dragonsphere skeletton


Commit: c676159ddd1f989442463609c0b205e11d194801
    https://github.com/scummvm/scummvm/commit/c676159ddd1f989442463609c0b205e11d194801
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-05-28T22:28:17+02:00

Commit Message:
MADS: Remove a return in dragonsphere skeletton

Changed paths:
    engines/mads/dragonsphere/dragonsphere_scenes.cpp



diff --git a/engines/mads/dragonsphere/dragonsphere_scenes.cpp b/engines/mads/dragonsphere/dragonsphere_scenes.cpp
index 40c9a89..59d7914 100644
--- a/engines/mads/dragonsphere/dragonsphere_scenes.cpp
+++ b/engines/mads/dragonsphere/dragonsphere_scenes.cpp
@@ -39,9 +39,6 @@ SceneLogic *SceneFactory::createScene(MADSEngine *vm) {
 	// TODO
 	//scene.addActiveVocab(NOUN_DROP);
 
-	// TODO: Just return a dummy scene for now
-	return new DummyScene(vm);
-
 	switch (scene._nextSceneId) {
 	// Scene group #1 (Castle, river and caves)
 	case 101:	// king's bedroom






More information about the Scummvm-git-logs mailing list