[Scummvm-git-logs] scummvm master -> ed543e3747e06a2049ec9fca71c50290a4056839
lephilousophe
noreply at scummvm.org
Sun Sep 11 20:01:21 UTC 2022
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:
ed543e3747 MTROPOLIS: Fix build
Commit: ed543e3747e06a2049ec9fca71c50290a4056839
https://github.com/scummvm/scummvm/commit/ed543e3747e06a2049ec9fca71c50290a4056839
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2022-09-11T22:00:52+02:00
Commit Message:
MTROPOLIS: Fix build
Changed paths:
engines/mtropolis/data.h
diff --git a/engines/mtropolis/data.h b/engines/mtropolis/data.h
index 18174e54dfd..e5f9334b68c 100644
--- a/engines/mtropolis/data.h
+++ b/engines/mtropolis/data.h
@@ -1256,7 +1256,7 @@ struct SharedSceneModifier : public DataObject {
TypicalModifierHeader modHeader;
Event executeWhen;
- uint8_t unknown1[4];
+ uint8 unknown1[4];
uint32 sectionGUID;
uint32 subsectionGUID;
uint32 sceneGUID;
More information about the Scummvm-git-logs
mailing list