[Scummvm-git-logs] scummvm master -> 995dc268858977df56b1704c54a979c0317f6806

sev- noreply at scummvm.org
Sun Oct 20 21:49:50 UTC 2024


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

Summary:
76af696361 QDENGINE: Fixed file paths
995dc26885 NEWS: Fix typo


Commit: 76af696361e4fb0bcb4942599594e2b889cab5d9
    https://github.com/scummvm/scummvm/commit/76af696361e4fb0bcb4942599594e2b889cab5d9
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-10-20T23:45:36+02:00

Commit Message:
QDENGINE: Fixed file paths

Changed paths:
    engines/qdengine/minigames/adv/RunTime.cpp
    engines/qdengine/minigames/adv/RunTime.h


diff --git a/engines/qdengine/minigames/adv/RunTime.cpp b/engines/qdengine/minigames/adv/RunTime.cpp
index e8831480a94..f18992d1d3c 100644
--- a/engines/qdengine/minigames/adv/RunTime.cpp
+++ b/engines/qdengine/minigames/adv/RunTime.cpp
@@ -70,7 +70,7 @@ private:
 
 MinigameManager::MinigameManager()
 	: currentGameIndex_(-1, -1) {
-	state_container_name_ = "Saves\\minigames.dat";
+	state_container_name_ = "Saves/minigames.dat";
 
 	engine_ = 0;
 	scene_ = 0;
diff --git a/engines/qdengine/minigames/adv/RunTime.h b/engines/qdengine/minigames/adv/RunTime.h
index 08b58ce421a..b76fdcb6069 100644
--- a/engines/qdengine/minigames/adv/RunTime.h
+++ b/engines/qdengine/minigames/adv/RunTime.h
@@ -177,7 +177,7 @@ public:
 
 	// файл со списком игр по уровням
 	const char *gameListFileName() const {
-		return "resource\\minigames.lst";
+		return "resource//minigames.lst";
 	}
 
 private:


Commit: 995dc268858977df56b1704c54a979c0317f6806
    https://github.com/scummvm/scummvm/commit/995dc268858977df56b1704c54a979c0317f6806
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-10-20T23:49:39+02:00

Commit Message:
NEWS: Fix typo

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 99bb2006d08..781d1b3aacf 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -42,7 +42,7 @@ For a more comprehensive changelog of the latest experimental code, see:
  Composer:
   - Added keymapper support.
 
- Crusie:
+ Cruise:
   - Added support for Russian fan-translation.
   - Added keymapper support.
 




More information about the Scummvm-git-logs mailing list