diff src/text_multilang.asm @ 560:b7eb98dbd800

bump to 2.96beta (REFACTORED VERSION)
author heinrichsweikamp
date Wed, 31 Jan 2018 19:39:37 +0100
parents 89b480ce4a26
children ca4556fb60b9
line wrap: on
line diff
--- a/src/text_multilang.asm	Wed Dec 27 14:34:11 2017 +0100
+++ b/src/text_multilang.asm	Wed Jan 31 19:39:37 2018 +0100
@@ -1,6 +1,6 @@
 ;=============================================================================
 ;
-;   File text_multilang.asm
+;   File text_multilang.asm								Version 2.92 = 2.26
 ;
 ;   Implementation text in various selectable languages.
 ;
@@ -20,7 +20,7 @@
             global  text_1_base
 text_1_base:
     IFNDEF	    french_italian
-    MESSG "hwOS code in English and German!"
+	MESSG "hwOS code in English and German!"
 ;---- PASS 1 : generate description block ------------------------------------
 tcode_idx   set     0
 LANG        set     0
@@ -35,7 +35,9 @@
 #undefine   TCODE
 
 ;=============================================================================
-            global  text_2_base
+
+
+	global  text_2_base
 text_2_base:
 
 ;---- PASS 1 : generate description block ------------------------------------
@@ -51,8 +53,8 @@
 #include    "text_german.inc"
 #undefine   TCODE
 
-    ELSE
-   MESSG "hwOS code in French and Italian!"
+	ELSE
+	MESSG "hwOS code in French and Italian!"
 ;=============================================================================
 ;---- PASS 1 : generate description block ------------------------------------
 tcode_idx   set     0