From 4f0856c02ba7603f2b64bfaadb3ee7e94d470446 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 13 Sep 2020 19:21:08 +0200 Subject: [PATCH] - fixed a typo. --- source/core/maphack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/maphack.cpp b/source/core/maphack.cpp index fb9317922..31d3646d4 100644 --- a/source/core/maphack.cpp +++ b/source/core/maphack.cpp @@ -88,7 +88,7 @@ static int32_t LoadMapHack(const char *filename) if (sc.CheckNumber() && validateSprite()) spriteext[currentsprite].angoff = (int16_t)sc.Number; } - else if (sc.Compare("notmd") || sc.Compare("motmd2") || sc.Compare("motmd3")) + else if (sc.Compare("notmd") || sc.Compare("notmd2") || sc.Compare("notmd3")) { if (validateSprite()) spriteext[currentsprite].flags |= SPREXT_NOTMD;