diff options
author | Pacien TRAN-GIRARD | 2015-11-24 15:18:39 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2015-11-24 15:18:39 +0100 |
commit | 6f2f503bbf75901273376c8c009a6b96886650c8 (patch) | |
tree | 25869bbd7548c74d61c5e612db2961235a1c864c /src/ch/epfl | |
parent | 4175fa6eece8e5e557710d2cf810695705bb5968 (diff) | |
download | maze-solver-6f2f503bbf75901273376c8c009a6b96886650c8.tar.gz |
Stop the discrimination against Bears
Diffstat (limited to 'src/ch/epfl')
-rw-r--r-- | src/ch/epfl/maze/tests/Competition.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ch/epfl/maze/tests/Competition.java b/src/ch/epfl/maze/tests/Competition.java index 188570f..0119934 100644 --- a/src/ch/epfl/maze/tests/Competition.java +++ b/src/ch/epfl/maze/tests/Competition.java | |||
@@ -71,7 +71,7 @@ public class Competition { | |||
71 | rivalries.put("Mouse", 0); | 71 | rivalries.put("Mouse", 0); |
72 | rivalries.put("Hamster", 0); | 72 | rivalries.put("Hamster", 0); |
73 | rivalries.put("Monkey", 0); | 73 | rivalries.put("Monkey", 0); |
74 | //rivalries.put("Bear", 0); // if coded | 74 | rivalries.put("Bear", 0); // if coded |
75 | rivalries.put("Panda", 0); | 75 | rivalries.put("Panda", 0); |
76 | 76 | ||
77 | System.out.print("Launching competition, please wait... "); | 77 | System.out.print("Launching competition, please wait... "); |