blob: a2fd81202f1fe71c5def7a41c91cc4b3beda1c70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/fall.cpp.old 2007-05-27 10:14:08.000000000 +0200
+++ src/fall.cpp 2007-05-27 10:14:42.000000000 +0200
@@ -381,7 +381,7 @@
}
/** Liefert true, wenn das Fall existiert.
Mit Argument: Wenn diese H�lfte existiert. */
-bool Fall::existiert(int a=0) const {
+bool Fall::existiert(int a) const {
return mPos.r != richtung_keins && !(mPos.r == richtung_einzel && a == 1);
}
|