MM: MM1: Remove Stray Semicolon From Map14 Class Code

This causes a warning if -Wpedantic is passed to GCC.
This commit is contained in:
D G Turner 2024-06-04 01:11:36 +01:00
parent 91ecc66507
commit 0d286b7081

View File

@ -110,7 +110,7 @@ void Map14::encounter() {
enc._levelIndex = 80;
enc._manual = true;
enc.execute();
};
}
void Map14::special01() {