Browse Source

* new bug

peter 24 years ago
parent
commit
67a0e1f393
1 changed files with 10 additions and 0 deletions
  1. 10 0
      tests/webtbs/tb1467.pp

+ 10 - 0
tests/webtbs/tb1467.pp

@@ -0,0 +1,10 @@
+Unit Water;
+
+Interface
+
+Implementation
+
+Constructor tWaterSpot.Init(_X,_Y,_Radius:Longint);
+Begin
+End;
+