Addition of qqwing - Sudoku solver - will be a dependency to gnome-sudoku OBS-URL: https://build.opensuse.org/request/show/245125 OBS-URL: https://build.opensuse.org/package/show/games/qqwing?expand=0&rev=1
14 lines
414 B
Diff
14 lines
414 B
Diff
Index: qqwing-1.1.3/qqwing.cpp
|
|
===================================================================
|
|
--- qqwing-1.1.3.orig/qqwing.cpp
|
|
+++ qqwing-1.1.3/qqwing.cpp
|
|
@@ -1556,7 +1556,7 @@ namespace qqwing {
|
|
case 0: return SudokuBoard::ROTATE90;
|
|
case 1: return SudokuBoard::ROTATE180;
|
|
case 2: return SudokuBoard::MIRROR;
|
|
- case 3: return SudokuBoard::FLIP;
|
|
+ default: return SudokuBoard::FLIP;
|
|
}
|
|
}
|
|
|