[Scummvm-git-logs] scummvm master -> c2de181c36a712708fed827c7646440685800154
dwatteau
noreply at scummvm.org
Wed Jan 21 16:41:12 UTC 2026
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
f519bdc288 JANITORIAL: DIRECTOR: Remove unnecessary UTF-8 BOM from a few files
c2de181c36 JANITORIAL: DRAGONS: Remove U+FEFF sequence from some file comments
Commit: f519bdc288650e06bb543c745923aac411cae292
https://github.com/scummvm/scummvm/commit/f519bdc288650e06bb543c745923aac411cae292
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2026-01-21T17:37:06+01:00
Commit Message:
JANITORIAL: DIRECTOR: Remove unnecessary UTF-8 BOM from a few files
Found with `git grep $'\xef\xbb\xbf'`.
Changed paths:
engines/director/lingo/xlibs/b/bimxobj.cpp
engines/director/lingo/xlibs/b/bimxobj.h
engines/director/lingo/xlibs/i/inixobj.cpp
engines/director/lingo/xlibs/i/inixobj.h
diff --git a/engines/director/lingo/xlibs/b/bimxobj.cpp b/engines/director/lingo/xlibs/b/bimxobj.cpp
index 096f6f06380..93ddc53570c 100644
--- a/engines/director/lingo/xlibs/b/bimxobj.cpp
+++ b/engines/director/lingo/xlibs/b/bimxobj.cpp
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
diff --git a/engines/director/lingo/xlibs/b/bimxobj.h b/engines/director/lingo/xlibs/b/bimxobj.h
index c5ee5017c57..a2165fd891e 100644
--- a/engines/director/lingo/xlibs/b/bimxobj.h
+++ b/engines/director/lingo/xlibs/b/bimxobj.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
diff --git a/engines/director/lingo/xlibs/i/inixobj.cpp b/engines/director/lingo/xlibs/i/inixobj.cpp
index 58e2b1445d6..d43240ddae8 100644
--- a/engines/director/lingo/xlibs/i/inixobj.cpp
+++ b/engines/director/lingo/xlibs/i/inixobj.cpp
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
diff --git a/engines/director/lingo/xlibs/i/inixobj.h b/engines/director/lingo/xlibs/i/inixobj.h
index e07b40bba9d..779ac3090ed 100644
--- a/engines/director/lingo/xlibs/i/inixobj.h
+++ b/engines/director/lingo/xlibs/i/inixobj.h
@@ -1,4 +1,4 @@
-/* ScummVM - Graphic Adventure Engine
+/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
Commit: c2de181c36a712708fed827c7646440685800154
https://github.com/scummvm/scummvm/commit/c2de181c36a712708fed827c7646440685800154
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2026-01-21T17:40:52+01:00
Commit Message:
JANITORIAL: DRAGONS: Remove U+FEFF sequence from some file comments
Changed paths:
engines/dragons/specialopcodes.cpp
diff --git a/engines/dragons/specialopcodes.cpp b/engines/dragons/specialopcodes.cpp
index 44e5303a2fc..831f3373e3b 100644
--- a/engines/dragons/specialopcodes.cpp
+++ b/engines/dragons/specialopcodes.cpp
@@ -1195,8 +1195,8 @@ void SpecialOpcodes::spcLoadLadyOfTheLakeActor() {
// uVar17 = (uint)(uint16)dragon_ini_pointer[DAT_8006398c + -1].field_0x1c;
// uVar7 = load_actor_file(0xcc);
// file_read_to_buffer(s_s12a6.act_80011740, (&actor_dictionary)[(uVar7 & 0xffff) * 2]);
-// actors[uVar17].actorFileDictionaryIndex = (uint16_t)uVar7;
-// actors[uVar17].resourceID = 0xcd;
+// actors[uVar17].actorFileDictionaryIndex = (uint16_t)uVar7;
+// actors[uVar17].resourceID = 0xcd;
// iVar18 = DAT_8006398c;
// actors[uVar17]._flags = actors[uVar17]._flags | 4;
// dragon_ini_pointer[iVar18 + -1].x = 0xcd;
More information about the Scummvm-git-logs
mailing list