[Scummvm-git-logs] scummvm master -> 8b93ad65dbfb1909166d7c3c88e2f3663db2e03e

bluegr noreply at scummvm.org
Wed Jul 17 22:31:04 UTC 2024


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:
8b93ad65db DGDS: Add comments for HoC shell game


Commit: 8b93ad65dbfb1909166d7c3c88e2f3663db2e03e
    https://github.com/scummvm/scummvm/commit/8b93ad65dbfb1909166d7c3c88e2f3663db2e03e
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2024-07-18T01:30:56+03:00

Commit Message:
DGDS: Add comments for HoC shell game

Changed paths:
    engines/dgds/scene.cpp


diff --git a/engines/dgds/scene.cpp b/engines/dgds/scene.cpp
index 04d7a5bcb68..8a6e5629da3 100644
--- a/engines/dgds/scene.cpp
+++ b/engines/dgds/scene.cpp
@@ -620,7 +620,7 @@ bool Scene::runSceneOp(const SceneOp &op) {
 	case kSceneOpShowDlg:
 		if (op._args.size() == 1)
 			showDialog(0, op._args[0]);
-		else if(op._args.size() > 1)
+		else if (op._args.size() > 1)
 			showDialog(op._args[0], op._args[1]);
 		break;
 	case kSceneOpShowInvButton:
@@ -759,6 +759,7 @@ bool Scene::runChinaOp(const SceneOp &op) {
 		engine->setMenuToTrigger(kMenuSkipArcade);
 		break;
 	case kSceneOpShellGame:
+		// TODO: Shell game in scene 81 (accessible from scene 16)
 		warning("TODO: Implement shell game");
 		break;
 	case kSceneOpOpenChinaStartIntro:




More information about the Scummvm-git-logs mailing list