[Scummvm-git-logs] scummvm master -> 8c4c1fbc8cf5f8b21f0aa18bf676301c9a15fc85
dreammaster
noreply at scummvm.org
Wed May 31 04:18:59 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:
8c4c1fbc8c MM: MM1: Fix declining fighting in Arena
Commit: 8c4c1fbc8cf5f8b21f0aa18bf676301c9a15fc85
https://github.com/scummvm/scummvm/commit/8c4c1fbc8cf5f8b21f0aa18bf676301c9a15fc85
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2023-05-30T21:18:52-07:00
Commit Message:
MM: MM1: Fix declining fighting in Arena
Changed paths:
engines/mm/mm1/maps/map05.cpp
diff --git a/engines/mm/mm1/maps/map05.cpp b/engines/mm/mm1/maps/map05.cpp
index 613593825d7..7fc973a5a88 100644
--- a/engines/mm/mm1/maps/map05.cpp
+++ b/engines/mm/mm1/maps/map05.cpp
@@ -139,7 +139,6 @@ void Map05::special09() {
},
[]() {
Map05 &map = *static_cast<Map05 *>(g_maps->_currentMap);
- g_events->close();
map[MAP_47] = 1;
map[MAP_33] = 4;
map[MAP_MAX_MONSTERS] = 10;
More information about the Scummvm-git-logs
mailing list