* new bug

This commit is contained in:
peter 2001-04-12 18:13:18 +00:00
parent 2189a3f921
commit 67a0e1f393

10
tests/webtbs/tb1467.pp Normal file
View File

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