Fix six/eight swap

This commit is contained in:
friesenkiwi
2019-03-03 10:39:16 +01:00
parent 106a8be897
commit 26ace4849c
+2 -2
View File
@@ -77,8 +77,8 @@ int clockWords[22][10] = {
{21,22,-1,-1,-1,-1,-1,-1,-1,-1}, // zwei 12
{25,26,-1,-1,-1,-1,-1,-1,-1,-1}, // drei 13
{27,28,-1,-1,-1,-1,-1,-1,-1,-1}, // vier 14
{29,30,-1,-1,-1,-1,-1,-1,-1,-1}, // sechs 15
{31,32,-1,-1,-1,-1,-1,-1,-1,-1}, // acht 16
{31,32,-1,-1,-1,-1,-1,-1,-1,-1}, // sechs 15
{29,30,-1,-1,-1,-1,-1,-1,-1,-1}, // acht 16
{33,34,35,-1,-1,-1,-1,-1,-1,-1}, // sieben 17
{36,37,38,-1,-1,-1,-1,-1,-1,-1}, // zwölf 18
{41,42,-1,-1,-1,-1,-1,-1,-1,-1}, // zehn 19