mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 11:20:40 +00:00
MM: MM1: Remove Stray Semicolon From Map14 Class Code
This causes a warning if -Wpedantic is passed to GCC.
This commit is contained in:
parent
91ecc66507
commit
0d286b7081
@ -110,7 +110,7 @@ void Map14::encounter() {
|
||||
enc._levelIndex = 80;
|
||||
enc._manual = true;
|
||||
enc.execute();
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
void Map14::special01() {
|
||||
|
Loading…
Reference in New Issue
Block a user