[Scummvm-git-logs] scummvm master -> 88462f03b7acdf3ef5d1cb14a1377d8aeb5304c8
sev-
noreply at scummvm.org
Sun Jul 16 12:02:47 UTC 2023
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:
88462f03b7 DIRECTOR: JANITORIAL: Added few whitespaces
Commit: 88462f03b7acdf3ef5d1cb14a1377d8aeb5304c8
https://github.com/scummvm/scummvm/commit/88462f03b7acdf3ef5d1cb14a1377d8aeb5304c8
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-07-16T14:02:18+02:00
Commit Message:
DIRECTOR: JANITORIAL: Added few whitespaces
Changed paths:
engines/director/frame.h
diff --git a/engines/director/frame.h b/engines/director/frame.h
index 4d78b6c96cf..fe96b9eae8a 100644
--- a/engines/director/frame.h
+++ b/engines/director/frame.h
@@ -43,15 +43,17 @@ class Sprite;
class TextCastMember;
enum {
- kChannelDataSize = (25 * 50),
kMainChannelSizeD2 = 32,
kSprChannelSizeD2 = 16,
+
kMainChannelSizeD4 = 40,
kSprChannelSizeD4 = 20,
+
kMainChannelSizeD5 = 48,
kSprChannelSizeD5 = 24,
+
kMainChannelSizeD6 = 48,
- kSprChannelSizeD6 = 24
+ kSprChannelSizeD6 = 24,
};
struct PaletteInfo {
More information about the Scummvm-git-logs
mailing list