From fac6378cf7370b93099ff73851cc9a0b68497335 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Tue, 23 Oct 2018 20:05:01 -0700 Subject: Fix bugs --- WitnessRandomizer/WitnessRandomizer.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'WitnessRandomizer/WitnessRandomizer.h') diff --git a/WitnessRandomizer/WitnessRandomizer.h b/WitnessRandomizer/WitnessRandomizer.h index 182c88e..9e84a46 100644 --- a/WitnessRandomizer/WitnessRandomizer.h +++ b/WitnessRandomizer/WitnessRandomizer.h @@ -1,14 +1,8 @@ #pragma once int SWAP_TARGETS = 0x1; -int SWAP_PATHWAYS = 0x2; -int SWAP_STYLE = 0x4; -int SWAP_COLORS = 0x8; -int SWAP_TRACED = 0x10; - - -int SWAP_SIZE = 0x20; - +int SWAP_LINES = 0x2; +int SWAP_COLORS = 0x4; class WitnessRandomizer { public: -- cgit 1.4.1