mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
Fixed Mark rounding Algorithm
Algorithm now knows when a player has to round a gate or just pass right through #story[1124] #pair[wmu16, hyi25]
This commit is contained in:
@@ -42,6 +42,9 @@ public class MarkOrderTest {
|
||||
@Test
|
||||
public void testGetNextMark() {
|
||||
currentSeqID = 4;
|
||||
for (CompoundMark mark : markOrder.getMarkOrder()) {
|
||||
System.out.println(mark.getName());
|
||||
}
|
||||
CompoundMark nextMark = markOrder.getMarkOrder().get(4 + 1);
|
||||
assertEquals(nextMark, markOrder.getNextMark(currentSeqID));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user