From 0bda3c8c24a04b7587bb831e40a1badbf4aa9b5e Mon Sep 17 00:00:00 2001 From: KilledDebtor Date: Thu, 23 Nov 2023 05:39:32 +0600 Subject: [PATCH] Update GraphicsInterpreter.cs Fixed saving of parameters when "unoficial" language is detected. --- data/GraphicsInterpreter.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/data/GraphicsInterpreter.cs b/data/GraphicsInterpreter.cs index 3d3cce9..6845a4b 100644 --- a/data/GraphicsInterpreter.cs +++ b/data/GraphicsInterpreter.cs @@ -40,6 +40,7 @@ public string interpretGraphics(string lineToCheck, bool read, int switchCase) { if (Graphics.getLanguage() == "nochange") { + Program.MyFactory.LineInt = 110; return lineToCheck; }