summaryrefslogtreecommitdiff
path: root/hochhausunit.pas
diff options
context:
space:
mode:
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