[Scummvm-git-logs] scummvm master -> 4988d945ba76180b3b3ee76c97851d7e17098c6e
dreammaster
noreply at scummvm.org
Mon Apr 3 02:12:07 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:
4988d945ba MM: MM1: Compilation fix
Commit: 4988d945ba76180b3b3ee76c97851d7e17098c6e
https://github.com/scummvm/scummvm/commit/4988d945ba76180b3b3ee76c97851d7e17098c6e
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2023-04-02T19:12:00-07:00
Commit Message:
MM: MM1: Compilation fix
Changed paths:
engines/mm/mm1/views_enh/interactions/arrested.cpp
diff --git a/engines/mm/mm1/views_enh/interactions/arrested.cpp b/engines/mm/mm1/views_enh/interactions/arrested.cpp
index 8ffe3f0e1c8..55018da5d67 100644
--- a/engines/mm/mm1/views_enh/interactions/arrested.cpp
+++ b/engines/mm/mm1/views_enh/interactions/arrested.cpp
@@ -19,7 +19,7 @@
*
*/
-#include "mm/mm1/views_enh/interactions/Arrested.h"
+#include "mm/mm1/views_enh/interactions/arrested.h"
#include "mm/mm1/globals.h"
More information about the Scummvm-git-logs
mailing list