Reset row background for each block

Now the first row of each basic block is always light instead of
changing seemingly at random.
This commit is contained in:
Dylan MacKenzie 2019-10-01 15:21:58 -07:00
parent 702b45e409
commit 161123898f

View File

@ -211,6 +211,7 @@ where
)?; )?;
// C: Entry state // C: Entry state
self.bg = Background::Light;
self.results.seek_to_block_start(block); self.results.seek_to_block_start(block);
self.write_row_with_curr_state(w, "", "(on entry)")?; self.write_row_with_curr_state(w, "", "(on entry)")?;
self.prev_state.overwrite(self.results.get()); self.prev_state.overwrite(self.results.get());