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; }