[Scummvm-git-logs] scummvm master -> 4cc21fc65f326631feb7a62777ca154302035e98
digitall
noreply at scummvm.org
Sat Apr 8 20:15:38 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:
4cc21fc65f MM: MM1: Remove Unused Variable Causing GCC Compiler Warning
Commit: 4cc21fc65f326631feb7a62777ca154302035e98
https://github.com/scummvm/scummvm/commit/4cc21fc65f326631feb7a62777ca154302035e98
Author: D G Turner (digitall at scummvm.org)
Date: 2023-04-08T21:15:04+01:00
Commit Message:
MM: MM1: Remove Unused Variable Causing GCC Compiler Warning
Changed paths:
engines/mm/mm1/maps/map21.cpp
diff --git a/engines/mm/mm1/maps/map21.cpp b/engines/mm/mm1/maps/map21.cpp
index 68bbc3ffb77..ded82ab1419 100644
--- a/engines/mm/mm1/maps/map21.cpp
+++ b/engines/mm/mm1/maps/map21.cpp
@@ -137,7 +137,6 @@ void Map21::special02() {
g_maps->_currentMap->updateGame();
},
[]() {
- MM1::Maps::Map &map = *g_maps->_currentMap;
g_maps->_mapPos.y++;
g_maps->_currentMap->updateGame();
}
More information about the Scummvm-git-logs
mailing list