[Scummvm-git-logs] scummvm master -> 0d286b7081477777bdf260e46b30f4ab159990b2
digitall
noreply at scummvm.org
Tue Jun 4 00:12:48 UTC 2024
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:
0d286b7081 MM: MM1: Remove Stray Semicolon From Map14 Class Code
Commit: 0d286b7081477777bdf260e46b30f4ab159990b2
https://github.com/scummvm/scummvm/commit/0d286b7081477777bdf260e46b30f4ab159990b2
Author: D G Turner (digitall at scummvm.org)
Date: 2024-06-04T01:11:36+01:00
Commit Message:
MM: MM1: Remove Stray Semicolon From Map14 Class Code
This causes a warning if -Wpedantic is passed to GCC.
Changed paths:
engines/mm/mm1/maps/map14.cpp
diff --git a/engines/mm/mm1/maps/map14.cpp b/engines/mm/mm1/maps/map14.cpp
index 6ad2ca60479..eb2a90e0431 100644
--- a/engines/mm/mm1/maps/map14.cpp
+++ b/engines/mm/mm1/maps/map14.cpp
@@ -110,7 +110,7 @@ void Map14::encounter() {
enc._levelIndex = 80;
enc._manual = true;
enc.execute();
-};
+}
void Map14::special01() {
More information about the Scummvm-git-logs
mailing list