[Scummvm-git-logs] scummvm master -> 0a86e8e2bd8ac57bc7c4b262490b072d4b2c2d32
eriktorbjorn
noreply at scummvm.org
Mon Apr 7 05:24:32 UTC 2025
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:
0a86e8e2bd ULTIMA: Remove unused variable
Commit: 0a86e8e2bd8ac57bc7c4b262490b072d4b2c2d32
https://github.com/scummvm/scummvm/commit/0a86e8e2bd8ac57bc7c4b262490b072d4b2c2d32
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2025-04-07T07:24:19+02:00
Commit Message:
ULTIMA: Remove unused variable
Changed paths:
engines/ultima/ultima8/world/glob_egg.cpp
diff --git a/engines/ultima/ultima8/world/glob_egg.cpp b/engines/ultima/ultima8/world/glob_egg.cpp
index 65faaa13189..0431c1b3ca8 100644
--- a/engines/ultima/ultima8/world/glob_egg.cpp
+++ b/engines/ultima/ultima8/world/glob_egg.cpp
@@ -54,7 +54,6 @@ uint32 GlobEgg::enterFastArea() {
const MapGlob *glob = GameData::get_instance()->getGlob(_quality);
if (!glob) return 0;
- Std::vector<GlobItem>::const_iterator iter;
for (const auto &globitem : glob->_contents) {
Item *item = ItemFactory::createItem(globitem.shape, globitem.frame,
0,
More information about the Scummvm-git-logs
mailing list