[Scummvm-git-logs] scummvm master -> 649b5e1a8026ddb7e0030e542edf39bfd9b7e397
bluegr
noreply at scummvm.org
Mon Jun 2 06:31:56 UTC 2025
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:
649b5e1a80 M4: Hopefully fix compilation
Commit: 649b5e1a8026ddb7e0030e542edf39bfd9b7e397
https://github.com/scummvm/scummvm/commit/649b5e1a8026ddb7e0030e542edf39bfd9b7e397
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2025-06-02T09:31:53+03:00
Commit Message:
M4: Hopefully fix compilation
Changed paths:
engines/m4/m4_types.h
diff --git a/engines/m4/m4_types.h b/engines/m4/m4_types.h
index 8f5d8e9ccee..717ca1e2d85 100644
--- a/engines/m4/m4_types.h
+++ b/engines/m4/m4_types.h
@@ -86,7 +86,7 @@ struct token {
#include "common/pack-start.h" // START STRUCT PACKING
struct RGB8 {
- byte r = 0, g = 0, b = 0;
+ byte r, g, b;
} PACKED_STRUCT;
#include "common/pack-end.h" // END STRUCT PACKING
More information about the Scummvm-git-logs
mailing list