changeset 270:fda90f19486a

Don't show gas 1 usage black on back (bb28 followup)
author JeanDo
date Tue, 12 Apr 2011 23:57:16 +0200
parents be06783f533b
children 5c17b2b4b9dd
files code_part1/OSTC_code_asm_part1/simulator.asm code_part1/OSTC_code_c_part2/p2_deco.c
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 #
--- 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.