From cd2f5ccde932e3af692ed00994fd4baa29a73e1f Mon Sep 17 00:00:00 2001 From: Misa Date: Thu, 1 Apr 2021 15:40:24 -0700 Subject: [PATCH] Add period to glitchrunner mode description text This is to be consistent with the other options in the Advanced Options menu. --- desktop_version/src/Render.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop_version/src/Render.cpp b/desktop_version/src/Render.cpp index 96f2150d..70cb8184 100644 --- a/desktop_version/src/Render.cpp +++ b/desktop_version/src/Render.cpp @@ -508,7 +508,7 @@ static void menurender(void) case 4: graphics.bigprint( -1, 30, "Glitchrunner Mode", tr, tg, tb, true); graphics.Print( -1, 65, "Re-enable glitches that existed", tr, tg, tb, true); - graphics.Print( -1, 75, "in previous versions of the game", tr, tg, tb, true); + graphics.Print( -1, 75, "in previous versions of the game.", tr, tg, tb, true); if (game.glitchrunnermode) { graphics.Print( -1, 95, "Glitchrunner mode is ON", tr, tg, tb, true);