summaryrefslogtreecommitdiff
path: root/hochhausunit.pas
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-09-30 22:01:33 +0200
committerErich Eckner <git@eckner.net>2018-09-30 22:01:33 +0200
commite9751469533f4a2acb3b5b0d71f61015241183fd (patch)
tree02b4d9e03e5c28947f6b8b3b8cf73972686b5223 /hochhausunit.pas
parentd81c2373be6697e2ebcfd082831115c4f182b6a0 (diff)
downloadRaetsel-e9751469533f4a2acb3b5b0d71f61015241183fd.tar.xz
etwas weiter ...
Diffstat (limited to 'hochhausunit.pas')
-rw-r--r--hochhausunit.pas6
1 files changed, 6 insertions, 0 deletions
diff --git a/hochhausunit.pas b/hochhausunit.pas
index 7a98f6a..f53270c 100644
--- a/hochhausunit.pas
+++ b/hochhausunit.pas
@@ -15,6 +15,7 @@ type
public
constructor create(aOwner: tForm);
destructor destroy; override;
+ function gleichzeitigMoeglich(num: longint): longint; override;
function _loesen(lm: tFelderLoesMeta): longint; override;
end;
@@ -73,6 +74,11 @@ begin
result:=false;
end;
+function tHochhausRaetsel.gleichzeitigMoeglich(num: longint): longint;
+begin
+ result:=1; // jede Höhe nur ein Mal
+end;
+
function tHochhausRaetsel._loesen(lm: tFelderLoesMeta): longint;
begin