[Scummvm-git-logs] scummvm master -> 880eb17b118553f3160e9f42fa0fd6069ba55dca

bluegr bluegr at gmail.com
Wed Mar 24 22:05:32 UTC 2021


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:
880eb17b11 NANCY: Remove duplicate chunk


Commit: 880eb17b118553f3160e9f42fa0fd6069ba55dca
    https://github.com/scummvm/scummvm/commit/880eb17b118553f3160e9f42fa0fd6069ba55dca
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2021-03-25T00:05:22+02:00

Commit Message:
NANCY: Remove duplicate chunk

Changed paths:
    engines/nancy/nancy.cpp


diff --git a/engines/nancy/nancy.cpp b/engines/nancy/nancy.cpp
index 636b36d974..74e1e76d70 100644
--- a/engines/nancy/nancy.cpp
+++ b/engines/nancy/nancy.cpp
@@ -324,8 +324,7 @@ void NancyEngine::bootGameEngine() {
 		"SET", "CURT", "CANT", "TH1", "TH2",
 		"QUOT", "TMOD",
 		// Used in nancy2
-		"FR", "LG", "OB", "CRED", "CLOK",
-		"SPEC"
+		"FR", "LG", "OB", "CLOK", "SPEC"
 	};
 
 	Common::String persistentSounds[] = {




More information about the Scummvm-git-logs mailing list