[Scummvm-git-logs] scummvm master -> 37e0190dd68ecd07ba56cea5617ff1df889ad8bd
Helco
noreply at scummvm.org
Tue Sep 16 16:01:34 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:
37e0190dd6 ALCACHOFA: Remove unused member. PVS-Studio V703
Commit: 37e0190dd68ecd07ba56cea5617ff1df889ad8bd
https://github.com/scummvm/scummvm/commit/37e0190dd68ecd07ba56cea5617ff1df889ad8bd
Author: Helco (hermann.noll at hotmail.com)
Date: 2025-09-16T18:01:16+02:00
Commit Message:
ALCACHOFA: Remove unused member. PVS-Studio V703
Changed paths:
engines/alcachofa/objects.h
diff --git a/engines/alcachofa/objects.h b/engines/alcachofa/objects.h
index 46f3ebb0600..56092156584 100644
--- a/engines/alcachofa/objects.h
+++ b/engines/alcachofa/objects.h
@@ -447,7 +447,6 @@ protected:
void syncObjectAsString(Common::Serializer &serializer, ObjectBase *&object);
void updateTalkingAnimation();
- Direction _direction = Direction::Right;
Graphic _graphicNormal, _graphicTalking;
bool _isTalking = false; ///< as in "in the process of saying a line"
More information about the Scummvm-git-logs
mailing list