Browse Source

Added two missing newline marks in makemessage.py

louyihua 7 years ago
parent
commit
9c43187b03
1 changed files with 2 additions and 2 deletions
  1. 2 2
      makemessage.py

+ 2 - 2
makemessage.py

@@ -195,8 +195,8 @@ def main():
     output += "79=185,184\n"
     output += "80=185,184\n"
     output += "# 81 .. 82 are extra description lines in the item (81) & magic (82) menu, where the first value specifies the lines and the second value should be zero\n"
-    output += "81=2,0"
-    output += "82=1,0"
+    output += "81=2,0\n"
+    output += "82=1,0\n"
     output += "[END LAYOUT]\n\n"
 
     output += "# This section contains the words used by the game.\n"