[Scummvm-git-logs] scummvm master -> 0c690b2918199643db00e3119cca94a0ccf98bdb
bluegr
noreply at scummvm.org
Fri Jan 2 16:23:12 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
0c690b2918 JANITORIAL: Fix "orignal" typo in comment
Commit: 0c690b2918199643db00e3119cca94a0ccf98bdb
https://github.com/scummvm/scummvm/commit/0c690b2918199643db00e3119cca94a0ccf98bdb
Author: its full of stars (raziel- at users.noreply.github.com)
Date: 2026-01-02T18:23:08+02:00
Commit Message:
JANITORIAL: Fix "orignal" typo in comment
Changed paths:
engines/scumm/palette.cpp
diff --git a/engines/scumm/palette.cpp b/engines/scumm/palette.cpp
index 31c90c6f56d..d3b163b6c23 100644
--- a/engines/scumm/palette.cpp
+++ b/engines/scumm/palette.cpp
@@ -1761,7 +1761,7 @@ void ScummEngine::updatePalette() {
const byte levels[] = { 0, 27, 49, 71, 87, 103, 119, 130, 146, 157, 174, 190, 206, 228, 255 };
- // For reasons unknown, the orignal interpreter rendered
+ // For reasons unknown, the original interpreter rendered
// everything in shadow mode. We could easily emulate the other
// two modes as well:
//
More information about the Scummvm-git-logs
mailing list