[Scummvm-git-logs] scummvm master -> 9a4ae29304b7fe52bf9a892d43307a748c7ca39b
sev-
noreply at scummvm.org
Mon Apr 1 13:54:29 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:
9a4ae29304 JANITORIAL: Fix typo in a comment
Commit: 9a4ae29304b7fe52bf9a892d43307a748c7ca39b
https://github.com/scummvm/scummvm/commit/9a4ae29304b7fe52bf9a892d43307a748c7ca39b
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-04-01T15:54:21+02:00
Commit Message:
JANITORIAL: Fix typo in a comment
Changed paths:
engines/engine.cpp
diff --git a/engines/engine.cpp b/engines/engine.cpp
index 03f2dde5729..91b84314899 100644
--- a/engines/engine.cpp
+++ b/engines/engine.cpp
@@ -186,7 +186,7 @@ Engine::Engine(OSystem *syst)
// is not touched during this process, since our GUI is 16-bit
// or 32-bit.
//
- // This may lead to residual palette entries held in the backedn
+ // This may lead to residual palette entries held in the backend
// from a previous engine. Here we make sure we reset the palette.
byte dummyPalette[768];
memset(dummyPalette, 0, 768);
More information about the Scummvm-git-logs
mailing list