[Scummvm-git-logs] scummvm master -> 5a6358d5af651178ea9dd20ec9304989036cc2d1
sev-
noreply at scummvm.org
Sun Jul 16 12:01:44 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:
5a6358d5af DIRECTOR: Re-add removed constant
Commit: 5a6358d5af651178ea9dd20ec9304989036cc2d1
https://github.com/scummvm/scummvm/commit/5a6358d5af651178ea9dd20ec9304989036cc2d1
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-07-16T14:01:09+02:00
Commit Message:
DIRECTOR: Re-add removed constant
Changed paths:
engines/director/frame.h
diff --git a/engines/director/frame.h b/engines/director/frame.h
index efe0766de64..438be023bdb 100644
--- a/engines/director/frame.h
+++ b/engines/director/frame.h
@@ -42,6 +42,10 @@ class Score;
class Sprite;
class TextCastMember;
+enum {
+ kChannelDataSize = (25 * 50)
+};
+
struct PaletteInfo {
CastMemberID paletteId;
More information about the Scummvm-git-logs
mailing list