# HG changeset patch
# User JeanDo
# Date 1302645436 -7200
# Node ID fda90f19486a29722e591de02407b467689e315b
# Parent  be06783f533b1d25cf98dcaaab3571e4ddac3536
Don't show gas 1 usage black on back (bb28 followup)

diff -r be06783f533b -r fda90f19486a code_part1/OSTC_code_asm_part1/simulator.asm
--- a/code_part1/OSTC_code_asm_part1/simulator.asm	Tue Apr 12 22:58:04 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/simulator.asm	Tue Apr 12 23:57:16 2011 +0200
@@ -282,6 +282,7 @@
     lfsr	FSR0,int_O_gas_volumes      ; Initialize indexed addressing.
 
 	WIN_LEFT	.90                     ; Set column
+    call    PLED_standard_color   
 
 simulator_show_decoplan5_loop:
     incf    wait_temp,F                 ; Increment gas #
diff -r be06783f533b -r fda90f19486a code_part1/OSTC_code_c_part2/p2_deco.c
--- a/code_part1/OSTC_code_c_part2/p2_deco.c	Tue Apr 12 22:58:04 2011 +0200
+++ b/code_part1/OSTC_code_c_part2/p2_deco.c	Tue Apr 12 23:57:16 2011 +0200
@@ -1449,7 +1449,6 @@
     		        return;
                 }
             }
-
         }
         else
             update_deco_table();    // Just pass one minute.